15 references to Checksum
Microsoft.CodeAnalysis.Workspaces (15)
Workspace\IsolatedAnalyzerReferenceSet.Core.cs (1)
227
var checksum = analyzerChecksums.
Checksum
;
Workspace\Solution\ChecksumCollection.cs (3)
18
/// single aggregate checksum exposed through <see cref="
Checksum
"/>.
33
/// equivalent to directly enumerating the <see cref="Children"/> property. Importantly, <see cref="
Checksum
"/> is
34
/// not part of this enumeration. <see cref="
Checksum
"/> is the checksum <em>produced</em> by all those child
Workspace\Solution\ChecksumsAndIds.cs (3)
30
public Checksum Checksum => Checksums.
Checksum
;
82
Checksum = Checksum.Create(attributeChecksums.
Checksum
, textChecksums.
Checksum
);
Workspace\Solution\StateChecksums.cs (8)
41
FrozenSourceGeneratedDocumentIdentities.
Checksum
,
202
analyzerReferences.
Checksum
,
348
projectReferenceChecksums.
Checksum
,
349
metadataReferenceChecksums.
Checksum
,
350
analyzerReferenceChecksums.
Checksum
,
487
ProjectReferences={ProjectReferences.
Checksum
}
488
MetadataReferences={MetadataReferences.
Checksum
}
489
AnalyzerReferences={AnalyzerReferences.
Checksum
}