1 instantiation of PredefinedPropertyInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
407new PredefinedPropertyInfo(PREDEFPROP.PP_G_OPTIONAL_VALUE, PredefinedName.PN_CAP_VALUE, PREDEFMETH.PM_G_OPTIONAL_GETVALUE)
3 references to PredefinedPropertyInfo
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (3)
204PredefinedPropertyInfo info = GetPropInfo(property); 406private static readonly PredefinedPropertyInfo[] s_predefinedProperties = { 410private static PredefinedPropertyInfo GetPropInfo(PREDEFPROP property)