1 write to _document
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
AddResponseTypeAttributeCodeFixAction.cs (1)
37_document = document;
5 references to _document
Microsoft.AspNetCore.Mvc.Api.Analyzers (5)
AddResponseTypeAttributeCodeFixAction.cs (5)
50return _document; 61return _document; 64var documentEditor = await DocumentEditor.CreateAsync(_document, cancellationToken).ConfigureAwait(false); 129var root = await _document.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false); 130var semanticModel = await _document.GetSemanticModelAsync(cancellationToken).ConfigureAwait(false);