1 write to _temp
Microsoft.CodeAnalysis.Test.Utilities (1)
TestBase.cs (1)
47
_temp
= new TempRoot();
4 references to _temp
Microsoft.CodeAnalysis.Test.Utilities (4)
TestBase.cs (4)
45
if (
_temp
== null)
50
return
_temp
;
56
if (
_temp
!= null)
58
_temp
.Dispose();