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)
2461return _location == BestSymbolLocation.FromSourceModule; 2469return _location == BestSymbolLocation.FromAddedModule; 2477return (_location == BestSymbolLocation.FromSourceModule) || (_location == BestSymbolLocation.FromAddedModule); 2485return _location == BestSymbolLocation.FromFile; 2493return _location == BestSymbolLocation.None; 2501return _location == BestSymbolLocation.FromCorLibrary; 2518if (IsSecondLocationBetter(first._location, second._location))