1 write to _document
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
HideBaseCodeFixProvider.AddNewKeywordAction.cs (1)
31_document = document;
3 references to _document
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
HideBaseCodeFixProvider.AddNewKeywordAction.cs (3)
38var root = await _document.GetRequiredSyntaxRootAsync(cancellationToken).ConfigureAwait(false); 39var options = await _document.GetCSharpCodeFixOptionsProviderAsync(_fallbackOptions, cancellationToken).ConfigureAwait(false); 44return _document.WithSyntaxRoot(newRoot);