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