2 writes to _exceptions
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (2)
67_exceptions ??= new List<Exception>(); 112context._exceptions = null;
3 references to _exceptions
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (3)
68_exceptions.Add(e); 117if (context._exceptions != null) 118throw new NetworkInformationException(SR.net_PInvokeError, new AggregateException(context._exceptions));