1 type derived from VSInternalStreamingParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalDocumentSpellCheckableParams.cs (1)
13
internal sealed class VSInternalDocumentSpellCheckableParams :
VSInternalStreamingParams
, IPartialResultParams<VSInternalSpellCheckableRangeReport[]>
1 reference to VSInternalStreamingParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalWorkspaceSpellCheckableParams.cs (1)
20
public
VSInternalStreamingParams
[]? PreviousResults { get; set; }