2 references to TryGetHashCreationNode
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (2)
162if (!_helper.TryGetHashCreationNode(root, d, out var createNode, out var hashCreationIndex)) 293if (!TryGetHashCreationNode(root, diagnostic, out createNode, out int hashCreationIndex))