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