1 write to _diagnosticsToFix
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (1)
90
_diagnosticsToFix
= diagnosticsToFix;
1 reference to _diagnosticsToFix
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferHashDataOverComputeHash.Fixer.cs (1)
98
foreach (KeyValuePair<Project, ImmutableArray<Diagnostic>> pair in
_diagnosticsToFix
)