3 references to s_types
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (3)
53internal static FUNDTYPE GetFundType(PredefinedType type) => s_types[(int)type].FundType; 55internal static Type GetAssociatedSystemType(PredefinedType type) => s_types[(int)type].AssociatedSystemType; 191typesByName.Add(s_types[i].Name, (PredefinedType)i);