15 references to DidOpen
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (15)
DocumentChanges\DocumentChangesTests.cs (12)
44await DidOpen(testLspServer, locationTyped.DocumentUri); 85await DidOpen(testLspServer, locationTyped.DocumentUri); 109await DidOpen(testLspServer, locationTyped.DocumentUri); 111await Assert.ThrowsAnyAsync<StreamJsonRpc.RemoteRpcException>(() => DidOpen(testLspServer, locationTyped.DocumentUri)); 183await DidOpen(testLspServer, locationTyped.DocumentUri); 206await DidOpen(testLspServer, locationTyped.DocumentUri); 240await DidOpen(testLspServer, locationTyped.DocumentUri); 277await DidOpen(testLspServer, locationTyped.DocumentUri); 312await DidOpen(testLspServer, locationTyped.DocumentUri); 346await DidOpen(testLspServer, locationTyped.DocumentUri); 424await DidOpen(testLspServer, locationTyped.DocumentUri); 453await DidOpen(testLspServer, locationTyped.DocumentUri, version: 0);
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);