6 writes to failedAttributes
ReachFramework (6)
PrintSystemExceptions\PrintSystemException.cs (6)
664
failedAttributes
= new Collection<String>();
684
failedAttributes
= new Collection<String>();
702
failedAttributes
= new Collection<String>();
759
this.
failedAttributes
= attributesFailList;
776
this.
failedAttributes
= attributesFailList;
817
failedAttributes
= (Collection<String>)(info.GetValue("FailedAttributes", failedAttributes.GetType()));
3 references to failedAttributes
ReachFramework (3)
PrintSystemExceptions\PrintSystemException.cs (3)
739
info.AddValue("FailedAttributes",
failedAttributes
);
800
return
failedAttributes
;
817
failedAttributes = (Collection<String>)(info.GetValue("FailedAttributes",
failedAttributes
.GetType()));