2 references to getClass
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
437
Debug.Assert(fwt.GetType() != null && fwt.Field().
getClass
() == fwt.GetType().OwningAggregate);
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\FieldSymbol.cs (1)
42
return SymbolLoader.LookupAggMember(name,
getClass
(), symbmask_t.MASK_EventSymbol) as EventSymbol;