2 references to GetDisposeNodes
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (2)
170
var disposeNodes = _helper.
GetDisposeNodes
(root, d, hashCreationIndex);
299
disposeNodes =
GetDisposeNodes
(root, diagnostic, hashCreationIndex);