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