2 implementations of GetLoader
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteAnalyzerAssemblyLoaderService.cs (1)
35
public IAnalyzerAssemblyLoader
GetLoader
(in AnalyzerAssemblyLoaderOptions options)
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DefaultAnalyzerAssemblyLoaderService.cs (1)
24
public IAnalyzerAssemblyLoader
GetLoader
(in AnalyzerAssemblyLoaderOptions options)
1 reference to GetLoader
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService_Reference.cs (1)
120
return new AnalyzerFileReference(fullPath, _analyzerLoaderProvider.
GetLoader
(new AnalyzerAssemblyLoaderOptions(shadowCopy)));