4 references to None
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (4)
2433return _location == BestSymbolLocation.None; 2447Debug.Assert(location != BestSymbolLocation.None); 2475return (firstLocation == BestSymbolLocation.None) || (firstLocation > secondLocation); 2495location = BestSymbolLocation.None;