13 references to PREDEFPROP
Microsoft.CSharp (13)
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (1)
55PropertySymbol prop = PredefinedMembers.GetProperty(PREDEFPROP.PP_G_OPTIONAL_VALUE);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (12)
182public PREDEFPROP property; 186public PredefinedPropertyInfo(PREDEFPROP property, PredefinedName name, PREDEFMETH getter) 199private static readonly PropertySymbol[] _properties = new PropertySymbol[(int)PREDEFPROP.PP_COUNT]; 203private static PropertySymbol LoadProperty(PREDEFPROP property) 212PREDEFPROP predefProp, 312public static PropertySymbol GetProperty(PREDEFPROP property) 314Debug.Assert(property >= 0 && property < PREDEFPROP.PP_COUNT); 399private static PREDEFMETH GetPropGetter(PREDEFPROP property) 409private static PredefinedType GetPropPredefType(PREDEFPROP property) 417new PredefinedPropertyInfo(PREDEFPROP.PP_G_OPTIONAL_VALUE, PredefinedName.PN_CAP_VALUE, PREDEFMETH.PM_G_OPTIONAL_GETVALUE) 420private static PredefinedPropertyInfo GetPropInfo(PREDEFPROP property) 422Debug.Assert(property >= 0 && property < PREDEFPROP.PP_COUNT);