8 references to SolutionReplicationContext
Microsoft.CodeAnalysis.Remote.Workspaces (1)
SolutionAssetStorage.Scope.cs (1)
29public readonly SolutionReplicationContext ReplicationContext = new();
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Checksum_Factory.cs (1)
159using var context = new SolutionReplicationContext();
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Fakes\SimpleAssetSource.cs (1)
39using var context = new SolutionReplicationContext();
Roslyn.VisualStudio.Next.UnitTests (5)
Remote\SerializationValidator.cs (1)
85using var context = new SolutionReplicationContext();
Remote\SnapshotSerializationTests.cs (4)
608using var context = new SolutionReplicationContext(); 627using var context = new SolutionReplicationContext(); 658using var context = new SolutionReplicationContext(); 679using var context = new SolutionReplicationContext();