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));
183
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
206
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
240
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
277
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
312
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
346
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
424
await
DidOpen
(testLspServer, locationTyped.DocumentUri);
453
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);