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