3 references to tempFilesLocation
System.Xml (3)
System\Xml\Serialization\Configuration\XmlSerializerSection.cs (3)
17this.properties.Add(this.tempFilesLocation); 39get { return (string)this[this.tempFilesLocation]; } 40set { this[this.tempFilesLocation] = value; }