19 implementations of AddDependencyLocation
AnalyzerRunner (1)
AssemblyLoader.cs (1)
16public void AddDependencyLocation(string fullPath)
CodeStyleConfigFileGenerator (1)
Program.cs (1)
291public void AddDependencyLocation(string fullPath) { }
GenerateDocumentationAndConfigFiles (1)
Program.cs (1)
1944public 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)
143public void AddDependencyLocation(string originalPath)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\InMemoryAssemblyLoader.vb (1)
13Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\VSCodeAnalyzerLoaderProviderFactory.cs (1)
34public 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.UnitTests (1)
Analyzers\AnalyzerFileReferenceTests.cs (1)
749public 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)
143public void AddDependencyLocation(string originalPath)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
VisualStudioMSBuildWorkspaceTests.cs (1)
3375public void AddDependencyLocation(string fullPath)
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Loader.cs (1)
22public void AddDependencyLocation(string fullPath)
Roslyn.VisualStudio.Next.UnitTests (3)
Remote\RemoteHostClientServiceFactoryTests.cs (1)
86public void AddDependencyLocation(string fullPath)
Remote\SnapshotSerializationTests.cs (2)
708public void AddDependencyLocation(string fullPath) 740public void AddDependencyLocation(string fullPath)
VBCSCompiler.UnitTests (1)
AnalyzerConsistencyCheckerTests.cs (1)
250public void AddDependencyLocation(string fullPath) { }
11 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.EditorFeatures2.UnitTests (1)
Diagnostics\InMemoryAssemblyLoader.vb (1)
13Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
Microsoft.CodeAnalysis.Features (1)
Extensions\IExtensionAssemblyLoaderProvider.cs (1)
78analyzerAssemblyLoader.AddDependencyLocation(dll);
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\VSCodeAnalyzerLoaderProviderFactory.cs (1)
35=> defaultLoader.AddDependencyLocation(fullPath);
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)
421analyzerLoader.AddDependencyLocation(fullPath);
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Loader.cs (1)
24_fallbackLoader.AddDependencyLocation(fullPath);
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs (1)
105loader.AddDependencyLocation(resolvedPath);