3 writes to _id
Microsoft.Maui.Controls (3)
DataTemplate.cs (3)
20
_id
= Interlocked.Increment(ref idCounter);
29
_id
= Interlocked.Increment(ref idCounter);
36
_id
= Interlocked.Increment(ref idCounter);
4 references to _id
Microsoft.Maui.Controls (4)
DataTemplate.cs (4)
21
_idString = GetType().FullName +
_id
;
37
_idString = GetType().FullName +
_id
;
48
internal int Id =>
_id
;
50
int IDataTemplateController.Id =>
_id
;