4 writes to PrivateScopeId
System.Net.Primitives (4)
System\Net\IPAddress.cs (4)
154PrivateScopeId = (uint)scopeid; 162PrivateScopeId = scopeid; 171PrivateScopeId = scopeid; 438PrivateScopeId = (uint)value;
5 references to PrivateScopeId
System.Net.Primitives (5)
System\Net\IPAddress.cs (5)
40/// Instead of accessing this field directly, use the <see cref="PrivateAddress"/> or <see cref="PrivateScopeId"/> properties. 423return PrivateScopeId; 512IPAddressParser.FormatIPv6Address(_numbers, PrivateScopeId, tmpDestination); 695return left.SequenceEqual(right) && PrivateScopeId == comparand.PrivateScopeId;