1 write to displayName
Microsoft.Maui.Essentials (1)
Types\Contact.shared.cs (1)
66 private set => displayName = value;
2 references to displayName
Microsoft.Maui.Essentials (2)
Types\Contact.shared.cs (2)
65 get => !string.IsNullOrWhiteSpace(displayName) ? displayName : BuildDisplayName();