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