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)
160return _wasSuppressOutputCalled || _content?.IsModified == true;