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