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