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