4 references to None
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (4)
2425return _location == BestSymbolLocation.None; 2439Debug.Assert(location != BestSymbolLocation.None); 2467return (firstLocation == BestSymbolLocation.None) || (firstLocation > secondLocation); 2487location = BestSymbolLocation.None;