4 references to CSharp7Sentinel
Microsoft.CodeAnalysis (3)
WellKnownTypes.cs (3)
792
case WellKnownType.
CSharp7Sentinel
:
827
_ = new int[(int)WellKnownType.
CSharp7Sentinel
- ExpectedCSharp7SentinelValue];
828
_ = new int[ExpectedCSharp7SentinelValue - (int)WellKnownType.
CSharp7Sentinel
];
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
151
DiagnosticBag? legacyWarnings = (type <= WellKnownType.
CSharp7Sentinel
) ? warnings : null;