1 implementation of ChecksumAlgorithm
Microsoft.AspNetCore.Razor.Runtime (1)
Hosting\RazorSourceChecksumAttribute.cs (1)
47public string ChecksumAlgorithm { get; }
4 references to ChecksumAlgorithm
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (4)
ChecksumValidator.cs (4)
58var sourceDocumentChecksum = ComputeChecksum(projectItem, primaryChecksum.ChecksumAlgorithm); 59if (!string.Equals(sourceDocumentChecksum.algorithm, primaryChecksum.ChecksumAlgorithm, StringComparison.OrdinalIgnoreCase) || 82sourceDocumentChecksum = ComputeChecksum(importItem, checksum.ChecksumAlgorithm); 83if (!string.Equals(sourceDocumentChecksum.algorithm, checksum.ChecksumAlgorithm, StringComparison.OrdinalIgnoreCase) ||