2 writes to _exceptions
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ExceptionCollection.cs (2)
25_exceptions = exceptions?.Cast<Exception>().ToList(); 30_exceptions = exceptions;
2 references to _exceptions
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ExceptionCollection.cs (2)
33public ArrayList? Exceptions => _exceptions is null ? null : new ArrayList(_exceptions);