1 instantiation of PredefinedPropertyInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
417new 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)
205PredefinedPropertyInfo info = GetPropInfo(property); 416private static readonly PredefinedPropertyInfo[] s_predefinedProperties = { 420private static PredefinedPropertyInfo GetPropInfo(PREDEFPROP property)