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