6 references to CSharp7Sentinel
Microsoft.CodeAnalysis (3)
WellKnownTypes.cs (3)
736case WellKnownType.CSharp7Sentinel: 763_ = new int[(int)WellKnownType.CSharp7Sentinel - ExpectedCSharp7SentinelValue]; 764_ = new int[ExpectedCSharp7SentinelValue - (int)WellKnownType.CSharp7Sentinel];
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
147DiagnosticBag? legacyWarnings = (type <= WellKnownType.CSharp7Sentinel) ? warnings : null;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\MissingSpecialMember.cs (2)
919Assert.True(type <= WellKnownType.CSharp7Sentinel); 923Assert.Equal(200, (int)(WellKnownType.CSharp7Sentinel - WellKnownType.First - 1 /* WellKnownTypes.ExtSentinel is before CSharp7Sentinel */));