4 overrides of PreparePathToLoad
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteAnalyzerAssemblyLoader.cs (1)
24
protected override string
PreparePathToLoad
(string fullPath)
Microsoft.CodeAnalysis.Workspaces (2)
DefaultAnalyzerAssemblyLoader.cs (1)
38
protected override string
PreparePathToLoad
(string fullPath) => fullPath;
ShadowCopyAnalyzerAssemblyLoader.cs (1)
134
protected override string
PreparePathToLoad
(string originalFullPath)
Roslyn.VisualStudio.Next.UnitTests (1)
Remote\SnapshotSerializationTests.cs (1)
708
protected override string
PreparePathToLoad
(string fullPath) =>
2 references to PreparePathToLoad
Microsoft.CodeAnalysis.Workspaces (2)
AnalyzerAssemblyLoader.cs (2)
140
string realPath =
PreparePathToLoad
(originalAnalyzerPath);
220
/// When <see cref="
PreparePathToLoad
(string)"/> is overriden this returns the most recent