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