4 references to NextAvailable
Microsoft.CodeAnalysis (4)
WellKnownTypes.cs (4)
369
internal const int Count = WellKnownType.
NextAvailable
- WellKnownType.First;
769
_ = new int[255 - ((int)WellKnownType.
NextAvailable
- 1 - (int)WellKnownType.ExtSentinel)];
777
return typeId >= WellKnownType.First && typeId < WellKnownType.
NextAvailable
;
788
return typeId >= WellKnownType.First && typeId < WellKnownType.
NextAvailable
&& typeId != WellKnownType.ExtSentinel;