12 references to DidOpen
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (12)
DocumentChanges\DocumentChangesTests.cs (11)
47await DidOpen(testLspServer, locationTyped.Uri); 80await DidOpen(testLspServer, locationTyped.Uri); 104await DidOpen(testLspServer, locationTyped.Uri); 106await Assert.ThrowsAnyAsync<StreamJsonRpc.RemoteRpcException>(() => DidOpen(testLspServer, locationTyped.Uri)); 167await DidOpen(testLspServer, locationTyped.Uri); 199await DidOpen(testLspServer, locationTyped.Uri); 234await DidOpen(testLspServer, locationTyped.Uri); 277await DidOpen(testLspServer, locationTyped.Uri); 316await DidOpen(testLspServer, locationTyped.Uri); 356await DidOpen(testLspServer, locationTyped.Uri); 439await DidOpen(testLspServer, locationTyped.Uri);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
41await DidOpen(testLspServer, locationTyped.Uri);