1 write to _document
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiActionsDoNotRequireExplicitModelValidationCodeFixProvider.cs (1)
44
_document
= document;
2 references to _document
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
ApiActionsDoNotRequireExplicitModelValidationCodeFixProvider.cs (2)
54
var rootNode = await
_document
.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
55
var editor = await DocumentEditor.CreateAsync(
_document
, cancellationToken).ConfigureAwait(false);