1 write to _invocationNode
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\UsePropertyInsteadOfCountMethodWhenAvailable.Fixer.cs (1)
101
this.
_invocationNode
= invocationNode;
2 references to _invocationNode
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UsePropertyInsteadOfCountMethodWhenAvailable.Fixer.cs (2)
120
.WithTriviaFrom(this.
_invocationNode
);
122
editor.ReplaceNode(this.
_invocationNode
, replacementSyntax);