8 references to GetSolutionAsync
Roslyn.VisualStudio.Next.UnitTests (8)
Remote\SnapshotSerializationTests.cs (8)
307var recovered = await validator.GetSolutionAsync(scope1).ConfigureAwait(false); 321var roundtrip = await validator.GetSolutionAsync(scope2).ConfigureAwait(false); 344var recovered = await validator.GetSolutionAsync(scope1).ConfigureAwait(false); 359var roundtrip = await validator.GetSolutionAsync(scope2).ConfigureAwait(false); 492var recovered = await validator.GetSolutionAsync(snapshot).ConfigureAwait(false); 512var recovered = await validator.GetSolutionAsync(snapshot).ConfigureAwait(false); 525var recovered = await validator.GetSolutionAsync(snapshot).ConfigureAwait(false); 588var recovered = await validator.GetSolutionAsync(scope);