8 references to ScopeLevel
netstandard (1)
netstandard.cs (1)
1226[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.ScopeLevel))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
718[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.ScopeLevel))]
System.Net.NetworkInformation (6)
System\Net\NetworkInformation\IPv6InterfaceProperties.cs (1)
32public virtual long GetScopeId(ScopeLevel scopeLevel)
System\Net\NetworkInformation\LinuxIPv6InterfaceProperties.cs (5)
20public override long GetScopeId(ScopeLevel scopeLevel) 22if (scopeLevel == ScopeLevel.None || scopeLevel == ScopeLevel.Interface || 23scopeLevel == ScopeLevel.Link || scopeLevel == ScopeLevel.Subnet)