2 writes to _basePath
System.CodeDom (2)
src\libraries\Common\src\System\IO\TempFileCollection.cs (2)
132
_basePath
= Path.Combine(
229
_basePath
= null;
3 references to _basePath
System.CodeDom (3)
src\libraries\Common\src\System\IO\TempFileCollection.cs (3)
119
return
_basePath
;
125
if (
_basePath
== null)
135
tempFileName =
_basePath
+ ".tmp";