6 writes to RawContent
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\HoverHandler.cs (1)
128RawContent = content.ToLSPElement(),
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Hover\HoverFactory.cs (2)
199RawContent = classifiedTextElement, 246RawContent = classifiedTextElement,
Microsoft.CodeAnalysis.Remote.Razor (1)
Hover\RemoteHoverService.cs (1)
167RawContent = rawContent
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Hover\CohostHoverEndpoint.cs (1)
120razorVsInternalHover.RawContent = new ContainerElement(razorContainerElement.Style, [htmlContainerElement, .. razorContainerElement.Elements]);
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Hover\CohostHoverEndpoint.cs (1)
120razorVsInternalHover.RawContent = new ContainerElement(razorContainerElement.Style, [htmlContainerElement, .. razorContainerElement.Elements]);
10 references to RawContent
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalHover.cs (1)
28/// This may only be null when <see cref="RawContent"/> is specified instead of <see cref="Contents"/>.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Hover\HoverTests.cs (1)
615var containerElement = (ContainerElement)vsHover.RawContent;
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (4)
Hover\HoverFactoryTest.cs (4)
543Assert.NotNull(vsHover.RawContent); 544var container = (ContainerElement)vsHover.RawContent; 580Assert.NotNull(vsHover.RawContent); 581var container = (ContainerElement)vsHover.RawContent;
Microsoft.CodeAnalysis.Remote.Razor (1)
Hover\RemoteHoverService.cs (1)
163VSInternalHover { Range: var range, RawContent: { } rawContent } => new VSInternalHover()
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Hover\CohostHoverEndpoint.cs (1)
111&& razorVsInternalHover.RawContent is ContainerElement razorContainerElement)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\HoverAssertions.cs (1)
20verifier(vsHover.RawContent);
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Hover\CohostHoverEndpoint.cs (1)
111&& razorVsInternalHover.RawContent is ContainerElement razorContainerElement)