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