2 writes to AttributeEnding
Microsoft.AspNetCore.Diagnostics (2)
src\Shared\Diagnostics\BaseView.cs (2)
113
AttributeEnding
= ending;
126
AttributeEnding
= null;
3 references to AttributeEnding
Microsoft.AspNetCore.Diagnostics (3)
src\Shared\Diagnostics\BaseView.cs (3)
110
Debug.Assert(string.IsNullOrEmpty(
AttributeEnding
));
119
Debug.Assert(!string.IsNullOrEmpty(
AttributeEnding
));
125
Output.Write(
AttributeEnding
);