32 references to Sha256
GenerateDocumentationAndConfigFiles (1)
Microsoft.CodeAnalysis (9)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\RazorSourceDocument.cs (6)
66var sourceText = SourceText.From(stream, checksumAlgorithm: SourceHashAlgorithm.Sha256);
90var sourceText = SourceText.From(stream, encoding, checksumAlgorithm: SourceHashAlgorithm.Sha256);
118var sourceText = SourceText.From(stream, encoding, checksumAlgorithm: SourceHashAlgorithm.Sha256);
153var sourceText = SourceText.From(stream, checksumAlgorithm: SourceHashAlgorithm.Sha256);
218var sourceText = SourceText.From(content, encoding, checksumAlgorithm: SourceHashAlgorithm.Sha256);
246var sourceText = SourceText.From(content, encoding, checksumAlgorithm: SourceHashAlgorithm.Sha256);
Microsoft.CodeAnalysis.Rebuild (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
Microsoft.CodeAnalysis.Workspaces (6)
Roslyn.Diagnostics.Analyzers (1)