6 writes to failedAttributes
ReachFramework (6)
PrintSystemExceptions\PrintSystemException.cs (6)
649
failedAttributes
= new Collection<String>();
669
failedAttributes
= new Collection<String>();
687
failedAttributes
= new Collection<String>();
744
this.
failedAttributes
= attributesFailList;
761
this.
failedAttributes
= attributesFailList;
802
failedAttributes
= (Collection<String>)(info.GetValue("FailedAttributes", failedAttributes.GetType()));
3 references to failedAttributes
ReachFramework (3)
PrintSystemExceptions\PrintSystemException.cs (3)
724
info.AddValue("FailedAttributes",
failedAttributes
);
785
return
failedAttributes
;
802
failedAttributes = (Collection<String>)(info.GetValue("FailedAttributes",
failedAttributes
.GetType()));