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