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