Implemented interface member:
method
LoadFromPath
Microsoft.CodeAnalysis.IAnalyzerAssemblyLoader.LoadFromPath(System.String)
4 references to LoadFromPath
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (3)
RemoteAnalyzerAssemblyLoaderTests.cs (3)
37
var remoteAssemblyLoadedViaRemoteLoader = loader.
LoadFromPath
(testFixture.Delta1);
56
var featuresAssemblyLoadedViaRemoteLoader = loader.
LoadFromPath
(featuresAssemblyLocation);
72
var compilerAssemblyLoadedViaRemoteLoader = loader.
LoadFromPath
(compilerAssemblyLocation);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
39
/// This type generally assumes that files on disk aren't changing, since it ensure that two calls to <see cref="
LoadFromPath
(string)"/>