4 writes to PrivateScopeId
System.Net.Primitives (4)
System\Net\IPAddress.cs (4)
152PrivateScopeId = (uint)scopeid; 160PrivateScopeId = scopeid; 169PrivateScopeId = scopeid; 449PrivateScopeId = (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. 429return PrivateScopeId; 523IPAddressParser.FormatIPv6Address(_numbers, PrivateScopeId, tmpDestination); 706return left.SequenceEqual(right) && PrivateScopeId == comparand.PrivateScopeId;