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