3 references to _document
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\CodeFixes\HideBase\HideBaseCodeFixProvider.AddNewKeywordAction.cs (3)
32var root = await _document.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false); 33var configOptions = await _document.GetHostAnalyzerConfigOptionsAsync(cancellationToken).ConfigureAwait(false); 38return _document.WithSyntaxRoot(newRoot);