1 write to _location
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Symbols.cs (1)
2422_location = location;
9 references to _location
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Symbols.cs (9)
2375return _location == BestSymbolLocation.FromSourceModule; 2383return _location == BestSymbolLocation.FromAddedModule; 2391return (_location == BestSymbolLocation.FromSourceModule) || (_location == BestSymbolLocation.FromAddedModule); 2399return _location == BestSymbolLocation.FromFile; 2407return _location == BestSymbolLocation.None; 2415return _location == BestSymbolLocation.FromCorLibrary; 2432if (IsSecondLocationBetter(first._location, second._location))