5 references to String
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.cs (1)
684SpellCheckKind.String => LSP.VSInternalSpellCheckableRangeKind.String,
Protocol\Internal\VSInternalSpellCheckableRangeReport.cs (2)
47/// 0, // Equivalent to <see cref="VSInternalSpellCheckableRangeKind.String"/>. 51/// 0, // Equivalent to <see cref="VSInternalSpellCheckableRangeKind.String"/>.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SpellCheck\SpellCheckTests.cs (1)
602"String" => VSInternalSpellCheckableRangeKind.String,
Microsoft.CodeAnalysis.Razor.Workspaces (1)
SpellCheck\SpellCheckService.cs (1)
79ranges.Add(new((int)VSInternalSpellCheckableRangeKind.String, textLiteralSyntax.SpanStart, textLiteralSyntax.Span.Length));