2 references to _document
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.LocalSuppressMessageCodeAction.cs (2)
32var root = await _document.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false); 34return _document.WithSyntaxRoot(newRoot);