3 references to CreateDocumentDiagnostic
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\PullDiagnosticTests.cs (3)
1289
var openDocumentDiagnostic1 =
CreateDocumentDiagnostic
("ENC_OPEN_DOC1", openDocument);
1290
var openDocumentDiagnostic2 = await
CreateDocumentDiagnostic
("ENC_OPEN_DOC2", openDocument).ToDiagnosticAsync(project, CancellationToken.None);
1291
var closedDocumentDiagnostic =
CreateDocumentDiagnostic
("ENC_CLOSED_DOC", closedDocument);