2 references to ChecksumCollection
Microsoft.CodeAnalysis.Workspaces (2)
Serialization\SerializerService_ChecksumWithChildren.cs (1)
90
.Add(WellKnownSynchronizationKind.ChecksumCollection, children => new
ChecksumCollection
(children));
Workspace\Solution\ChecksumCollection.cs (1)
22
public ChecksumCollection(ImmutableArray<Checksum> checksums) :
this
(checksums.CastArray<object>())