2 references to GetAbsoluteOrUNCPath
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
DefaultLSPDocumentSynchronizer.cs (1)
201var normalizedString = hostDocumentUri.GetAbsoluteOrUNCPath();
VirtualDocumentFactoryBase.cs (1)
79var virtualLanguageFilePath = hostDocumentUri.GetAbsoluteOrUNCPath() + LanguageFileNameSuffix;