6 references to DidClose
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
DocumentChanges\DocumentChangesTests.cs (3)
59
await
DidClose
(testLspServer, locationTyped.DocumentUri);
126
await Assert.ThrowsAnyAsync<StreamJsonRpc.RemoteRpcException>(() =>
DidClose
(testLspServer, locationTyped.DocumentUri));
168
await
DidClose
(testLspServer, locationTyped.DocumentUri);
DocumentChanges\DocumentChangesTests.LinkedDocuments.cs (2)
46
await
DidClose
(testLspServer, caretLocation.DocumentUri);
99
await
DidClose
(testLspServer, caretLocation.DocumentUri);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
82
await
DidClose
(testLspServer, locationTyped.DocumentUri);