2 references to copyAnalyzerContents
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\ShadowCopyAnalyzerAssemblyLoader.cs (2)
136
return PrepareLoad(_mvidPathMap, mvid,
copyAnalyzerContents
);
153
return PrepareLoad(_mvidSatelliteAssemblyPathMap, (mvid, cultureName),
copyAnalyzerContents
);