15 references to DidOpen
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (15)
DocumentChanges\DocumentChangesTests.cs (12)
44
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
85
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
109
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
111
await Assert.ThrowsAnyAsync<StreamJsonRpc.RemoteRpcException>(() =>
DidOpen
(testLspServer, locationTyped.DocumentUri));
171
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
194
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
228
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
265
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
300
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
334
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
412
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
441
await
DidOpen
(testLspServer, locationTyped.DocumentUri, version: 0);
DocumentChanges\DocumentChangesTests.LinkedDocuments.cs (2)
34
await
DidOpen
(testLspServer, caretLocation.DocumentUri);
78
await
DidOpen
(testLspServer, caretLocation.DocumentUri);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
37
await
DidOpen
(testLspServer, locationTyped.DocumentUri);