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)
219if (_tempFiles == null) 221return _tempFiles;