2 writes to Bogus
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (2)
1259prop.Bogus = true; 1280prop.Bogus = true;
1 reference to Bogus
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
251public static bool CheckBogus(Symbol sym) => (sym as PropertySymbol)?.Bogus ?? false;