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