1 write to IsCurrentSymbolInaccessible
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
86
IsCurrentSymbolInaccessible
= !CSemanticChecker.CheckAccess(CurrentSymbol, CurrentType, _context, _qualifyingType);
1 reference to IsCurrentSymbolInaccessible
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
205
bool fCanAccess = !iterator.
IsCurrentSymbolInaccessible
;