2 writes to AttributeValues
Microsoft.AspNetCore.Diagnostics (2)
src\Shared\Diagnostics\BaseView.cs (2)
100
AttributeValues
= new List<string>();
123
AttributeValues
= null;
4 references to AttributeValues
Microsoft.AspNetCore.Diagnostics (4)
src\Shared\Diagnostics\BaseView.cs (4)
98
if (
AttributeValues
== null)
103
AttributeValues
.Add(value.ToString()!);
118
Debug.Assert(
AttributeValues
!= null);
121
var attributes = string.Join(' ',
AttributeValues
);