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