4 references to CheckBogus
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
179allCandidatesUnsupported &= CSemanticChecker.CheckBogus(_pCurrentSym);
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (2)
191if (!(symCur is MethodSymbol) && (_flags & MemLookFlags.Indexer) == 0 && CSemanticChecker.CheckBogus(symCur)) 473Debug.Assert(CSemanticChecker.CheckBogus(swt.Sym));
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
90IsCurrentSymbolBogus = CSemanticChecker.CheckBogus(CurrentSymbol);