2 writes to tempFiles
System (2)
compmod\system\codedom\compiler\CompilerParameters.cs (2)
206
tempFiles
= new TempFileCollection();
210
tempFiles
= value;
2 references to tempFiles
System (2)
compmod\system\codedom\compiler\CompilerParameters.cs (2)
205
if (
tempFiles
== null)
207
return
tempFiles
;