1 write to _computeHashSectionMethodSymbol
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (1)
382
_computeHashSectionMethodSymbol
= computeHashSectionMethodSymbol;
1 reference to _computeHashSectionMethodSymbol
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.cs (1)
429
public bool IsComputeHashSectionMethod(IInvocationOperation invocationOperation) => invocationOperation.TargetMethod.Equals(
_computeHashSectionMethodSymbol
, SymbolEqualityComparer.Default);