4 references to FromSourceModule
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (4)
2393return _location == BestSymbolLocation.FromSourceModule; 2409return (_location == BestSymbolLocation.FromSourceModule) || (_location == BestSymbolLocation.FromAddedModule); 2494if (location == BestSymbolLocation.FromSourceModule) 2531BestSymbolLocation.FromSourceModule :