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