1 write to _document
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
108
this.
_document
= document;
1 reference to _document
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
127
var editor = await DocumentEditor.CreateAsync(this.
_document
, cancellationToken).ConfigureAwait(false);