1 write to _current
Microsoft.NET.TestFramework (1)
TestContext.cs (1)
96
_current
= value;
2 references to _current
Microsoft.NET.TestFramework (2)
TestContext.cs (2)
86
if (
_current
== null)
92
return
_current
?? throw new InvalidOperationException("TestContext.Current should never be null.");