1 write to _location
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Symbols.cs (1)
2508
_location
= location;
9 references to _location
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Symbols.cs (9)
2461
return
_location
== BestSymbolLocation.FromSourceModule;
2469
return
_location
== BestSymbolLocation.FromAddedModule;
2477
return (
_location
== BestSymbolLocation.FromSourceModule) || (
_location
== BestSymbolLocation.FromAddedModule);
2485
return
_location
== BestSymbolLocation.FromFile;
2493
return
_location
== BestSymbolLocation.None;
2501
return
_location
== BestSymbolLocation.FromCorLibrary;
2518
if (IsSecondLocationBetter(first.
_location
, second.
_location
))