15 implementations of AddDependencyLocation
AnalyzerRunner (1)
AssemblyLoader.cs (1)
16public void AddDependencyLocation(string fullPath)
CodeStyleConfigFileGenerator (1)
Program.cs (1)
270public void AddDependencyLocation(string fullPath) { }
GenerateRulesMissingDocumentation (1)
Program.cs (1)
166public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
70public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\InMemoryAssemblyLoader.vb (1)
13Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
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)
AnalyzerAssemblyLoader.cs (1)
70public void AddDependencyLocation(string fullPath)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
VisualStudioMSBuildWorkspaceTests.cs (1)
3256public void AddDependencyLocation(string fullPath)
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Loader.cs (1)
24public void AddDependencyLocation(string fullPath)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioAnalyzerTests.vb (1)
99Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
Roslyn.VisualStudio.Next.UnitTests (2)
Remote\RemoteHostClientServiceFactoryTests.cs (1)
91public void AddDependencyLocation(string fullPath)
Remote\SnapshotSerializationTests.cs (1)
736public void AddDependencyLocation(string fullPath)
VBCSCompiler.UnitTests (1)
AnalyzerConsistencyCheckerTests.cs (1)
204public void AddDependencyLocation(string fullPath)
10 references to AddDependencyLocation
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineArguments.cs (1)
524analyzerLoader.AddDependencyLocation(resolvedReference.FullPath);
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
64assemblyLoader.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)
78analyzerLoader.AddDependencyLocation(relativePathResolver.ResolvePath(path, baseFilePath: null));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
434analyzerLoader.AddDependencyLocation(fullPath);
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.Loader.cs (1)
26_fallbackLoader.AddDependencyLocation(fullPath);
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioAnalyzerTests.vb (1)
99Public Sub AddDependencyLocation(fullPath As String) Implements IAnalyzerAssemblyLoader.AddDependencyLocation
VBCSCompiler (1)
AnalyzerConsistencyChecker.cs (1)
83loader.AddDependencyLocation(resolvedPath);