3 writes to tempFilesLocation
System.Xml (3)
System\Xml\Serialization\CodeGenerator.cs (3)
1755
tempFilesLocation
= location.Trim();
1758
tempFilesLocation
= Path.GetTempPath();
1764
tempFilesLocation
= value;
2 references to tempFilesLocation
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
1744
if (
tempFilesLocation
== null) {
1761
return
tempFilesLocation
;