6 writes to failedAttributes
ReachFramework (6)
PrintSystemExceptions\PrintSystemException.cs (6)
664failedAttributes = new Collection<String>(); 684failedAttributes = new Collection<String>(); 702failedAttributes = new Collection<String>(); 759this.failedAttributes = attributesFailList; 776this.failedAttributes = attributesFailList; 817failedAttributes = (Collection<String>)(info.GetValue("FailedAttributes", failedAttributes.GetType()));
3 references to failedAttributes
ReachFramework (3)
PrintSystemExceptions\PrintSystemException.cs (3)
739info.AddValue("FailedAttributes", failedAttributes); 800return failedAttributes; 817failedAttributes = (Collection<String>)(info.GetValue("FailedAttributes", failedAttributes.GetType()));