1 write to _activity
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
ActivityReplacer.cs (1)
14
_activity
= new Activity("Test");
3 references to _activity
Microsoft.AspNetCore.Mvc.Core.TestCommon (3)
ActivityReplacer.cs (3)
15
_activity
.Start();
20
Debug.Assert(Activity.Current ==
_activity
);
21
_activity
.Stop();