12 references to DidOpen
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (12)
DocumentChanges\DocumentChangesTests.cs (9)
51await DidOpen(testLspServer, locationTyped.Uri); 84await DidOpen(testLspServer, locationTyped.Uri); 108await DidOpen(testLspServer, locationTyped.Uri); 110await Assert.ThrowsAsync<StreamJsonRpc.RemoteInvocationException>(() => DidOpen(testLspServer, locationTyped.Uri)); 168await DidOpen(testLspServer, locationTyped.Uri); 200await DidOpen(testLspServer, locationTyped.Uri); 235await DidOpen(testLspServer, locationTyped.Uri); 274await DidOpen(testLspServer, locationTyped.Uri); 310await DidOpen(testLspServer, locationTyped.Uri);
DocumentChanges\DocumentChangesTests.LinkedDocuments.cs (2)
34await DidOpen(testLspServer, caretLocation.Uri); 84await DidOpen(testLspServer, caretLocation.Uri);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
38await DidOpen(testLspServer, locationTyped.Uri);