1 write to devicePlatform
Microsoft.Maui.Essentials (1)
Types\DevicePlatform.shared.cs (1)
73 this.devicePlatform = devicePlatform;
5 references to devicePlatform
Microsoft.Maui.Essentials (5)
Types\DevicePlatform.shared.cs (5)
90 Equals(other.devicePlatform); 93 string.Equals(devicePlatform, other, StringComparison.Ordinal); 104 devicePlatform == null ? 0 : devicePlatform.GetHashCode( 115 devicePlatform ?? string.Empty;