1 write to _temp
Microsoft.CodeAnalysis.Test.Utilities (1)
TestBase.cs (1)
59
_temp
= new TempRoot();
4 references to _temp
Microsoft.CodeAnalysis.Test.Utilities (4)
TestBase.cs (4)
57
if (
_temp
== null)
62
return
_temp
;
73
if (
_temp
!= null)
75
_temp
.Dispose();