2 writes to AttributeEnding
Microsoft.AspNetCore.Diagnostics (2)
src\Shared\RazorViews\BaseView.cs (2)
153AttributeEnding = ending; 166AttributeEnding = null;
3 references to AttributeEnding
Microsoft.AspNetCore.Diagnostics (3)
src\Shared\RazorViews\BaseView.cs (3)
150Debug.Assert(string.IsNullOrEmpty(AttributeEnding)); 159Debug.Assert(!string.IsNullOrEmpty(AttributeEnding)); 165Output.Write(AttributeEnding);