1 write to _location
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Symbols.cs (1)
2440_location = location;
9 references to _location
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Symbols.cs (9)
2393return _location == BestSymbolLocation.FromSourceModule; 2401return _location == BestSymbolLocation.FromAddedModule; 2409return (_location == BestSymbolLocation.FromSourceModule) || (_location == BestSymbolLocation.FromAddedModule); 2417return _location == BestSymbolLocation.FromFile; 2425return _location == BestSymbolLocation.None; 2433return _location == BestSymbolLocation.FromCorLibrary; 2450if (IsSecondLocationBetter(first._location, second._location))