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)
45
private
TempFileCollection
_tempFiles;
215
public
TempFileCollection
TempFiles
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (3)
31
private
TempFileCollection
_tempFiles;
40
public CompilerResults(
TempFileCollection
tempFiles)
50
public
TempFileCollection
TempFiles
FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltSettings.cs (2)
20
private
TempFileCollection
_tempFiles;
76
internal
TempFileCollection
TempFiles