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