6 writes to failedAttributes
ReachFramework (6)
PrintSystemExceptions\PrintSystemException.cs (6)
653
failedAttributes
= new Collection<String>();
673
failedAttributes
= new Collection<String>();
691
failedAttributes
= new Collection<String>();
748
this.
failedAttributes
= attributesFailList;
765
this.
failedAttributes
= attributesFailList;
806
failedAttributes
= (Collection<String>)(info.GetValue("FailedAttributes", failedAttributes.GetType()));
3 references to failedAttributes
ReachFramework (3)
PrintSystemExceptions\PrintSystemException.cs (3)
728
info.AddValue("FailedAttributes",
failedAttributes
);
789
return
failedAttributes
;
806
failedAttributes = (Collection<String>)(info.GetValue("FailedAttributes",
failedAttributes
.GetType()));