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