6 references to DidClose
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
DocumentChanges\DocumentChangesTests.cs (3)
63
await
DidClose
(testLspServer, locationTyped.Uri);
129
await Assert.ThrowsAsync<StreamJsonRpc.RemoteInvocationException>(() =>
DidClose
(testLspServer, locationTyped.Uri));
170
await
DidClose
(testLspServer, locationTyped.Uri);
DocumentChanges\DocumentChangesTests.LinkedDocuments.cs (2)
46
await
DidClose
(testLspServer, caretLocation.Uri);
97
await
DidClose
(testLspServer, caretLocation.Uri);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
80
await
DidClose
(testLspServer, locationTyped.Uri);