1 instantiation of TempFileCollection
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerParameters.cs (1)
220_tempFiles = new TempFileCollection();
7 references to TempFileCollection
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerParameters.cs (2)
45private TempFileCollection _tempFiles; 215public TempFileCollection TempFiles
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (3)
31private TempFileCollection _tempFiles; 40public CompilerResults(TempFileCollection tempFiles) 50public TempFileCollection TempFiles
FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltSettings.cs (2)
20private TempFileCollection _tempFiles; 76internal TempFileCollection TempFiles