2 writes to _exceptions
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (2)
65_exceptions ??= new List<Exception>(); 110context._exceptions = null;
3 references to _exceptions
System.Net.NetworkInformation (3)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (3)
66_exceptions.Add(e); 115if (context._exceptions != null) 116throw new NetworkInformationException(SR.net_PInvokeError, new AggregateException(context._exceptions));