1 write to _location
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Symbols.cs (1)
2521_location = location;
9 references to _location
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Symbols.cs (9)
2474return _location == BestSymbolLocation.FromSourceModule; 2482return _location == BestSymbolLocation.FromAddedModule; 2490return (_location == BestSymbolLocation.FromSourceModule) || (_location == BestSymbolLocation.FromAddedModule); 2498return _location == BestSymbolLocation.FromFile; 2506return _location == BestSymbolLocation.None; 2514return _location == BestSymbolLocation.FromCorLibrary; 2531if (IsSecondLocationBetter(first._location, second._location))