3 references to PP_COUNT
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (3)
199private static readonly PropertySymbol[] _properties = new PropertySymbol[(int)PREDEFPROP.PP_COUNT]; 314Debug.Assert(property >= 0 && property < PREDEFPROP.PP_COUNT); 422Debug.Assert(property >= 0 && property < PREDEFPROP.PP_COUNT);