2 references to First
Microsoft.CodeAnalysis (2)
ExtendedSpecialType.cs (2)
26
public static explicit operator SpecialType(ExtendedSpecialType value) => value._value < (int)InternalSpecialType.
First
? (SpecialType)value._value : SpecialType.None;
66
if (_value >= (int)InternalSpecialType.
First
&& _value < (int)InternalSpecialType.NextAvailable)