1 write to _qualifyingType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
36
_qualifyingType
= qualifyingType;
2 references to _qualifyingType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (2)
87
IsCurrentSymbolInaccessible = !CSemanticChecker.CheckAccess(CurrentSymbol, CurrentType, _context,
_qualifyingType
);
104
.FindMostDerivedMethod(CurrentSymbol,
_qualifyingType
)