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