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