6 writes to Contents
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\HoverHandler.cs (1)
124Contents = new SumType<string, MarkedString, SumType<string, MarkedString>[], MarkupContent>(string.Empty),
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Hover\HoverFactory.cs (2)
197Contents = Array.Empty<SumType<string, MarkedString>>(), 244Contents = Array.Empty<SumType<string, MarkedString>>(),
Microsoft.CodeAnalysis.Remote.Razor (1)
Hover\RemoteHoverService.cs (1)
166Contents = string.Empty,
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostHoverEndpointTest.cs (1)
94Contents = new MarkupContent()
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostHoverEndpointTest.cs (1)
94Contents = new MarkupContent()
1 reference to Contents
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"/>.