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)
50
return
_document
;
61
return
_document
;
64
var documentEditor = await DocumentEditor.CreateAsync(
_document
, cancellationToken).ConfigureAwait(false);
129
var root = await
_document
.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(false);
130
var semanticModel = await
_document
.GetSemanticModelAsync(cancellationToken).ConfigureAwait(false);