5 references to new
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (2)
238
return new
ProjectOrDocumentId
(document.Id);
250
return new
ProjectOrDocumentId
(additionalDocument.Id);
Handler\Diagnostics\DiagnosticSources\AbstractDocumentDiagnosticSource.cs (1)
21
public ProjectOrDocumentId GetId() =>
new
(Document.Id);
Handler\PullHandlers\VersionedPullCache`1.cs (2)
34
documentToPreviousDiagnosticParams.ToDictionary(kvp => new
ProjectOrDocumentId
(kvp.Key.Id), kvp => kvp.Value),
35
new
ProjectOrDocumentId
(document.Id),