Implemented interface member:
method
AddDependencyLocation
Microsoft.CodeAnalysis.IAnalyzerAssemblyLoader.AddDependencyLocation(System.String)
4 references to AddDependencyLocation
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (3)
RemoteAnalyzerAssemblyLoaderTests.cs (3)
29
loader.
AddDependencyLocation
(testFixture.Delta1);
47
loader.
AddDependencyLocation
(featuresAssemblyLocation);
63
loader.
AddDependencyLocation
(compilerAssemblyLocation);
Microsoft.CodeAnalysis.Workspaces (1)
AnalyzerAssemblyLoader.cs (1)
18
/// to <see cref="
AddDependencyLocation
(string)"/>.