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