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