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