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