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