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)
119return _basePath; 125if (_basePath == null) 135tempFileName = _basePath + ".tmp";