1 write to _isAsync
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
107
this.
_isAsync
= isAsync;
2 references to _isAsync
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (2)
129
var memberAccess = generator.MemberAccessExpression(this._expression.WithoutTrailingTrivia(), this.
_isAsync
? AsyncMethodName : SyncMethodName);
132
if (this.
_isAsync
)