2 writes to _wasSuppressOutputCalled
Microsoft.AspNetCore.Razor (2)
TagHelpers\TagHelperOutput.cs (2)
196
_wasSuppressOutputCalled
= false;
209
_wasSuppressOutputCalled
= true;
1 reference to _wasSuppressOutputCalled
Microsoft.AspNetCore.Razor (1)
TagHelpers\TagHelperOutput.cs (1)
160
return
_wasSuppressOutputCalled
|| _content?.IsModified == true;