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