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