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