1 write to _document
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs (1)
54
_document
= document;
4 references to _document
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs (4)
60
=> new PragmaRemoveAction(_suppressionTargetInfo,
_document
, _options, _diagnostic, Fixer, forFixMultipleContext: true);
96
_document
,
203
var model = await
_document
.GetSemanticModelAsync(cancellationToken).ConfigureAwait(false);
221
=> Formatter.Format(node,
_document
.Project.Solution.Services, _options, cancellationToken);