14 implementations of AddDependencyLocation
AnalyzerRunner (1)
AssemblyLoader.cs (1)
16public void AddDependencyLocation(string fullPath)
CodeStyleConfigFileGenerator (1)
Program.cs (1)
294public void AddDependencyLocation(string fullPath) { }
GenerateRulesMissingDocumentation (1)
Program.cs (1)
184public void AddDependencyLocation(string fullPath)
Microsoft.AspNetCore.Analyzer.Testing (1)
DiagnosticProject.cs (1)
95public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
133public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\InMemoryAssemblyLoader.vb (1)
13Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\HostDiagnosticAnalyzerProvider.cs (1)
38public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\NotImplementedAnalyzerLoader.cs (1)
14public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestAnalyzerAssemblyLoader.cs (1)
28public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
TouchedFileLoggingTests.vb (1)
204Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
133public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
VisualStudioMSBuildWorkspaceTests.cs (1)
3359public void AddDependencyLocation(string fullPath)
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Loader.cs (1)
24public void AddDependencyLocation(string fullPath)
Roslyn.VisualStudio.Next.UnitTests (1)
Remote\RemoteHostClientServiceFactoryTests.cs (1)
86public void AddDependencyLocation(string fullPath)
9 references to AddDependencyLocation
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineArguments.cs (1)
530analyzerLoader.AddDependencyLocation(resolvedReference.FullPath);
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
65assemblyLoader.AddDependencyLocation(fullPath);
DiagnosticAnalyzer\IAnalyzerAssemblyLoader.cs (1)
18/// by calls to <see cref="AddDependencyLocation(string)"/>.
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\InMemoryAssemblyLoader.vb (1)
13Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
TouchedFileLoggingTests.vb (1)
204Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
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)
428analyzerLoader.AddDependencyLocation(fullPath);
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Loader.cs (1)
26_fallbackLoader.AddDependencyLocation(fullPath);
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs (1)
104loader.AddDependencyLocation(resolvedPath);