1 write to _temp
Microsoft.CodeAnalysis.Test.Utilities (1)
TestBase.cs (1)
56
_temp
= new TempRoot();
4 references to _temp
Microsoft.CodeAnalysis.Test.Utilities (4)
TestBase.cs (4)
54
if (
_temp
== null)
59
return
_temp
;
70
if (
_temp
!= null)
72
_temp
.Dispose();