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