5 implementations of AddDependencyLocation
CodeStyleConfigFileGenerator (1)
Program.cs (1)
295public void AddDependencyLocation(string fullPath) { }
GenerateDocumentationAndConfigFiles (1)
Program.cs (1)
1946public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
143public void AddDependencyLocation(string originalPath)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\NotImplementedAnalyzerLoader.cs (1)
14public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
143public void AddDependencyLocation(string originalPath)
7 references to AddDependencyLocation
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineArguments.cs (1)
541analyzerLoader.AddDependencyLocation(resolvedReference.FullPath);
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
65assemblyLoader.AddDependencyLocation(fullPath);
DiagnosticAnalyzer\IAnalyzerAssemblyLoader.cs (1)
18/// by calls to <see cref="AddDependencyLocation(string)"/>.
Microsoft.CodeAnalysis.Features (1)
Extensions\IExtensionAssemblyLoaderProvider.cs (1)
78analyzerAssemblyLoader.AddDependencyLocation(dll);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
75analyzerLoader.AddDependencyLocation(relativePathResolver.ResolvePath(path, baseFilePath: null));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
338analyzerLoader.AddDependencyLocation(fullPath);
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs (1)
105loader.AddDependencyLocation(resolvedPath);