5 references to RelativePath
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (5)
MockExtensionManager.vb (5)
34If content.RelativePath.IndexOf("$RootFolder$") >= 0 Then 35Return content.RelativePath.Replace("$RootFolder$", Path.Combine(TempRoot.Root, "ResolvedRootFolder")) 36ElseIf content.RelativePath.IndexOf("$ShellFolder$") >= 0 Then 37Return content.RelativePath.Replace("$ShellFolder$", Path.Combine(TempRoot.Root, "ResolvedShellFolder")) 39Return Path.Combine(TempRoot.Root, "InstallPath", content.RelativePath)