1 write to _loader
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
83_loader = loader;
5 references to _loader
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (5)
105if (_loader.IsAnalyzerDependencyPath(assemblyPath)) 107(_, var loadPath) = _loader.GetAssemblyInfoForPath(assemblyPath); 115if (_loader.GetBestPath(assemblyName) is string bestRealPath) 127if (_loader.IsAnalyzerDependencyPath(assemblyPath)) 129(_, var loadPath) = _loader.GetAssemblyInfoForPath(assemblyPath);