2 writes to _tempFiles
System.CodeDom (2)
System\CodeDom\Compiler\CompilerParameters.cs (2)
63
get =>
_tempFiles
??= new TempFileCollection();
64
set =>
_tempFiles
= value;