6 writes to failedAttributes
ReachFramework (6)
PrintSystemExceptions\PrintSystemException.cs (6)
649failedAttributes = new Collection<String>(); 669failedAttributes = new Collection<String>(); 687failedAttributes = new Collection<String>(); 744this.failedAttributes = attributesFailList; 761this.failedAttributes = attributesFailList; 802failedAttributes = (Collection<String>)(info.GetValue("FailedAttributes", failedAttributes.GetType()));
3 references to failedAttributes
ReachFramework (3)
PrintSystemExceptions\PrintSystemException.cs (3)
724info.AddValue("FailedAttributes", failedAttributes); 785return failedAttributes; 802failedAttributes = (Collection<String>)(info.GetValue("FailedAttributes", failedAttributes.GetType()));