6 writes to failedAttributes
ReachFramework (6)
PrintSystemExceptions\PrintSystemException.cs (6)
659
failedAttributes
= new Collection<String>();
679
failedAttributes
= new Collection<String>();
697
failedAttributes
= new Collection<String>();
754
this.
failedAttributes
= attributesFailList;
771
this.
failedAttributes
= attributesFailList;
812
failedAttributes
= (Collection<String>)(info.GetValue("FailedAttributes", failedAttributes.GetType()));
3 references to failedAttributes
ReachFramework (3)
PrintSystemExceptions\PrintSystemException.cs (3)
734
info.AddValue("FailedAttributes",
failedAttributes
);
795
return
failedAttributes
;
812
failedAttributes = (Collection<String>)(info.GetValue("FailedAttributes",
failedAttributes
.GetType()));