3 references to NextAvailable
Microsoft.CodeAnalysis (3)
WellKnownTypes.cs (3)
396
internal const int Count = WellKnownType.
NextAvailable
- WellKnownType.First;
843
return typeId >= WellKnownType.First && typeId < WellKnownType.
NextAvailable
;
854
return typeId >= WellKnownType.First && typeId < WellKnownType.
NextAvailable
&& typeId != WellKnownType.ExtSentinel;