4 writes to PrivateScopeId
System.Net.Primitives (4)
System\Net\IPAddress.cs (4)
154
PrivateScopeId
= (uint)scopeid;
162
PrivateScopeId
= scopeid;
171
PrivateScopeId
= scopeid;
438
PrivateScopeId
= (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.
423
return
PrivateScopeId
;
512
IPAddressParser.FormatIPv6Address(_numbers,
PrivateScopeId
, tmpDestination);
695
return left.SequenceEqual(right) &&
PrivateScopeId
== comparand.
PrivateScopeId
;