9 references to getClass
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
222ErrAppendName(meth.getClass().name);
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
721Debug.Assert(convCur.getClass() == aggCur);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
465pwt.Prop().getClass() == pwt.GetType().OwningAggregate);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
1155Debug.Assert(!_results.BestResult || _results.BestResult.MethProp().getClass().IsDelegate());
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2729AggregateSymbol agg = methSym.getClass(); 2744AggregateSymbol pAgg = methSym.getClass();
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodSymbol.cs (1)
73return getClass().isPredefAgg(PredefinedType.PT_G_OPTIONAL) &&
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
127Debug.Assert(mwi.GetType().OwningAggregate == mwi.Meth().getClass());
Microsoft\CSharp\RuntimeBinder\Semantics\WithType.cs (1)
225Debug.Assert(ats == null || mps != null && mps.getClass() == ats.OwningAggregate);