Implemented interface member:
method
AddDependencyLocation
Microsoft.CodeAnalysis.IAnalyzerAssemblyLoader.AddDependencyLocation(System.String)
4 references to AddDependencyLocation
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (3)
RemoteAnalyzerAssemblyLoaderTests.cs (3)
36
loader.
AddDependencyLocation
(testFixture.Delta1);
54
loader.
AddDependencyLocation
(featuresAssemblyLocation);
70
loader.
AddDependencyLocation
(compilerAssemblyLocation);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
36
/// to <see cref="
AddDependencyLocation
(string)"/>.