6 references to CSharp7Sentinel
Microsoft.CodeAnalysis (3)
WellKnownTypes.cs (3)
735
case WellKnownType.
CSharp7Sentinel
:
761
_ = new int[(int)WellKnownType.
CSharp7Sentinel
- 252];
762
_ = new int[252 - (int)WellKnownType.
CSharp7Sentinel
];
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
147
DiagnosticBag? legacyWarnings = (type <= WellKnownType.
CSharp7Sentinel
) ? warnings : null;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\MissingSpecialMember.cs (2)
915
Assert.True(type <= WellKnownType.
CSharp7Sentinel
);
919
Assert.Equal(200, (int)(WellKnownType.
CSharp7Sentinel
- WellKnownType.First));