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