2 writes to CreateNode
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (2)
197CreateNode = createNode; 203CreateNode = null;
7 references to CreateNode
Microsoft.CodeAnalysis.NetAnalyzers (7)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (7)
347if (t.CreateNode is not null) 349list.Add(t.CreateNode); 369if (target.CreateNode is not null) 371list.Add(target.CreateNode); 391var namespacePrefix = GetQualifiedPrefixNamespaces(c.ComputeHashNode, hashInstanceTarget.CreateNode); 397if (hashInstanceTarget.CreateNode is null) 402root = FixHashCreateNode(root, hashInstanceTarget.CreateNode);