27 references to IPNetwork
System.Net.Primitives (27)
artifacts\obj\System.Net.Primitives\Debug\net10.0\System.Net.Primitives.notsupported.cs (27)
305public readonly partial struct IPNetwork : System.IEquatable<System.Net.IPNetwork>, System.IFormattable, System.IParsable<System.Net.IPNetwork>, System.ISpanFormattable, System.ISpanParsable<System.Net.IPNetwork>, System.IUtf8SpanFormattable, System.IUtf8SpanParsable<System.Net.IPNetwork> 313public bool Equals(System.Net.IPNetwork other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 316public static bool operator ==(System.Net.IPNetwork left, System.Net.IPNetwork right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 317public static bool operator !=(System.Net.IPNetwork left, System.Net.IPNetwork right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 318public static System.Net.IPNetwork Parse(System.ReadOnlySpan<char> s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 319public static System.Net.IPNetwork Parse(string s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 320public static IPNetwork Parse(ReadOnlySpan<byte> utf8Text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 322static System.Net.IPNetwork System.IParsable<System.Net.IPNetwork>.Parse([System.Diagnostics.CodeAnalysis.NotNullAttribute] string s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 323static bool System.IParsable<System.Net.IPNetwork>.TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? s, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 326static System.Net.IPNetwork System.ISpanParsable<System.Net.IPNetwork>.Parse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 327static bool System.ISpanParsable<System.Net.IPNetwork>.TryParse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 328static System.Net.IPNetwork System.IUtf8SpanParsable<System.Net.IPNetwork>.Parse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 329static bool System.IUtf8SpanParsable<System.Net.IPNetwork>.TryParse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 333public static bool TryParse(System.ReadOnlySpan<char> s, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 334public static bool TryParse(string? s, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 335public static bool TryParse(ReadOnlySpan<byte> utf8Text, out IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }