2 writes to _tempFiles
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerParameters.cs (2)
220
_tempFiles
= new TempFileCollection();
225
_tempFiles
= value;
2 references to _tempFiles
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerParameters.cs (2)
219
if (
_tempFiles
== null)
221
return
_tempFiles
;