3 writes to id
Microsoft.Maui.Controls (3)
StyleSheets\Selector.cs (3)
336 return new SelectorSpecificity { id = 1 }; 362 id = left.id + right.id, 371 id = id + other.id,
5 references to id
Microsoft.Maui.Controls (5)
StyleSheets\Selector.cs (5)
325 public int Id { get => id; } 362 id = left.id + right.id, 371 id = id + other.id,