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