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