2 references to TryParse
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\PhysicalAddress.cs (2)
80
if (!
TryParse
(address, out PhysicalAddress? value))
94
return
TryParse
(address.AsSpan(), out value);