4 references to DidClose
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
DocumentChanges\DocumentChangesTests.cs (3)
59await DidClose(testLspServer, locationTyped.Uri); 126await Assert.ThrowsAnyAsync<StreamJsonRpc.RemoteRpcException>(() => DidClose(testLspServer, locationTyped.Uri)); 169await DidClose(testLspServer, locationTyped.Uri);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
86await DidClose(testLspServer, locationTyped.Uri);