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)); 171await DidOpen(testLspServer, locationTyped.DocumentUri); 194await DidOpen(testLspServer, locationTyped.DocumentUri); 228await DidOpen(testLspServer, locationTyped.DocumentUri); 265await DidOpen(testLspServer, locationTyped.DocumentUri); 300await DidOpen(testLspServer, locationTyped.DocumentUri); 334await DidOpen(testLspServer, locationTyped.DocumentUri); 412await DidOpen(testLspServer, locationTyped.DocumentUri); 441await 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);