File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1243,12 +1243,12 @@ type ILMethodBody =
12431243
12441244[<RequireQualifiedAccess>]
12451245type ILMemberAccess =
1246- | Assembly
12471246 | CompilerControlled
1247+ | Private
12481248 | FamilyAndAssembly
1249+ | Assembly
12491250 | FamilyOrAssembly
12501251 | Family
1251- | Private
12521252 | Public
12531253
12541254[<RequireQualifiedAccess; StructuralEquality; StructuralComparison>]
Original file line number Diff line number Diff line change @@ -727,16 +727,17 @@ type ILMethodBody =
727727 SourceMarker: ILSourceMarker option }
728728
729729/// Member Access
730+ // important: order of definition matters for AccessibilityLogic.GetILAccessOfILPropInfo
730731[<RequireQualifiedAccess>]
731732type ILMemberAccess =
732- | Assembly
733733 | CompilerControlled
734+ | Private
734735 | FamilyAndAssembly
736+ | Assembly
735737 | FamilyOrAssembly
736738 | Family
737- | Private
738- | Public
739-
739+ | Public
740+
740741[<RequireQualifiedAccess>]
741742type ILAttribElem =
742743 /// Represents a custom attribute parameter of type 'string'. These may be null, in which case they are encoded in a special
You can’t perform that action at this time.
0 commit comments