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