4 references to None
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (4)
2407
return _location == BestSymbolLocation.
None
;
2421
Debug.Assert(location != BestSymbolLocation.
None
);
2449
return (firstLocation == BestSymbolLocation.
None
) || (firstLocation > secondLocation);
2469
location = BestSymbolLocation.
None
;