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