2 writes to _sharedTestGeneratorReferences
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Remote\TestSerializerService.cs (2)
125_sharedTestGeneratorReferences ??= new ConcurrentDictionary<Guid, TestGeneratorReference>(); 142_sharedTestGeneratorReferences = value;
4 references to _sharedTestGeneratorReferences
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (4)
Remote\TestSerializerService.cs (4)
109/// Gate to serialize reads/writes to <see cref="_sharedTestGeneratorReferences"/>. 127return _sharedTestGeneratorReferences; 140Contract.ThrowIfFalse(_sharedTestGeneratorReferences == null || 141_sharedTestGeneratorReferences == value, "We already have a shared set of references, we shouldn't be getting another one.");