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)
54var rootNode = await _document.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false); 55var editor = await DocumentEditor.CreateAsync(_document, cancellationToken).ConfigureAwait(false);