4 writes to PrivateScopeId
System.Net.Primitives (4)
System\Net\IPAddress.cs (4)
152PrivateScopeId = (uint)scopeid; 160PrivateScopeId = scopeid; 169PrivateScopeId = scopeid; 450PrivateScopeId = (uint)value;
5 references to PrivateScopeId
System.Net.Primitives (5)
System\Net\IPAddress.cs (5)
38/// Instead of accessing this field directly, use the <see cref="PrivateAddress"/> or <see cref="PrivateScopeId"/> properties. 430return PrivateScopeId; 524IPAddressParser.FormatIPv6Address(_numbers, PrivateScopeId, tmpDestination); 707return left.SequenceEqual(right) && PrivateScopeId == comparand.PrivateScopeId;