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)
86if (_current == null) 92return _current ?? throw new InvalidOperationException("TestContext.Current should never be null.");