3 writes to DocumentTarget
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\DocumentLink.cs (1)
47set => DocumentTarget = new DocumentUri(value);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Extensions\LspFactory.cs (2)
177=> new() { DocumentTarget = new(target), Range = range }; 180=> new() { DocumentTarget = new(target), Range = CreateRange(span) };
3 references to DocumentTarget
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\DocumentLink.cs (1)
46get => DocumentTarget.GetRequiredParsedUri();
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToDefinitionEndpoint.cs (1)
113if (documentLink.DocumentTarget is DocumentUri target)
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToDefinitionEndpoint.cs (1)
113if (documentLink.DocumentTarget is DocumentUri target)