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