1 type derived from ReferenceParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalReferenceParams.cs (1)
13
internal class VSInternalReferenceParams :
ReferenceParams
, IPartialResultParams<SumType<VSInternalReferenceItem, Location>[]>
3 references to ReferenceParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
48
AddOrReplaceConverter<
ReferenceParams
, VSInternalReferenceParams>();
Protocol\Internal\VSInternalReferenceParams.cs (1)
11
/// Class which represents extensions of <see cref="
ReferenceParams
"/> passed as parameter of find reference requests.
Protocol\Methods.Navigation.cs (1)
104
public static readonly LspRequest<
ReferenceParams
, Location[]?> TextDocumentReferences = new(TextDocumentReferencesName);