4 references to None
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (4)
2407return _location == BestSymbolLocation.None; 2421Debug.Assert(location != BestSymbolLocation.None); 2449return (firstLocation == BestSymbolLocation.None) || (firstLocation > secondLocation); 2469location = BestSymbolLocation.None;