1 write to _location
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Symbols.cs (1)
2488_location = location;
9 references to _location
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Symbols.cs (9)
2441return _location == BestSymbolLocation.FromSourceModule; 2449return _location == BestSymbolLocation.FromAddedModule; 2457return (_location == BestSymbolLocation.FromSourceModule) || (_location == BestSymbolLocation.FromAddedModule); 2465return _location == BestSymbolLocation.FromFile; 2473return _location == BestSymbolLocation.None; 2481return _location == BestSymbolLocation.FromCorLibrary; 2498if (IsSecondLocationBetter(first._location, second._location))