4 references to None
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (4)
2380return _location == BestSymbolLocation.None; 2394Debug.Assert(location != BestSymbolLocation.None); 2422return (firstLocation == BestSymbolLocation.None) || (firstLocation > secondLocation); 2442location = BestSymbolLocation.None;