4 references to ComputeHashSection
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferHashDataOverComputeHash.Fixer.cs (1)
62
case PreferHashDataOverComputeHashAnalyzer.ComputeType.
ComputeHashSection
:
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (2)
413
computeType = ComputeType.
ComputeHashSection
;
441
ComputeType.
ComputeHashSection
=> TryGetHashDataMethodSpanArg(originalHashType, out staticHashMethod),
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicPreferHashDataOverComputeHash.Fixer.vb (1)
113
Case PreferHashDataOverComputeHashAnalyzer.ComputeType.
ComputeHashSection