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