14 references to DidOpen
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (14)
DocumentChanges\DocumentChangesTests.cs (11)
39await DidOpen(testLspServer, locationTyped.DocumentUri); 80await DidOpen(testLspServer, locationTyped.DocumentUri); 104await DidOpen(testLspServer, locationTyped.DocumentUri); 106await Assert.ThrowsAnyAsync<StreamJsonRpc.RemoteRpcException>(() => DidOpen(testLspServer, locationTyped.DocumentUri)); 166await DidOpen(testLspServer, locationTyped.DocumentUri); 189await DidOpen(testLspServer, locationTyped.DocumentUri); 223await DidOpen(testLspServer, locationTyped.DocumentUri); 260await DidOpen(testLspServer, locationTyped.DocumentUri); 295await DidOpen(testLspServer, locationTyped.DocumentUri); 329await DidOpen(testLspServer, locationTyped.DocumentUri); 407await DidOpen(testLspServer, locationTyped.DocumentUri);
DocumentChanges\DocumentChangesTests.LinkedDocuments.cs (2)
34await DidOpen(testLspServer, caretLocation.DocumentUri); 78await DidOpen(testLspServer, caretLocation.DocumentUri);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
37await DidOpen(testLspServer, locationTyped.DocumentUri);