4 references to WorkspacePullDiagnosticName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
16
[Method(VSInternalMethods.
WorkspacePullDiagnosticName
)]
Protocol\Internal\VSInternalMethods.cs (1)
46
public static readonly LspRequest<VSInternalWorkspaceDiagnosticsParams, VSInternalWorkspaceDiagnosticReport[]> WorkspacePullDiagnostic = new LspRequest<VSInternalWorkspaceDiagnosticsParams, VSInternalWorkspaceDiagnosticReport[]>(
WorkspacePullDiagnosticName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
91
VSInternalMethods.
WorkspacePullDiagnosticName
,
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
21
[Method(VSInternalMethods.
WorkspacePullDiagnosticName
)]