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