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