2 writes to _isTheory
Infrastructure.Common (2)
xunit\WcfTestCase.cs (2)
42_isTheory = isTheory; 116_isTheory = data.GetValue<bool>("_isTheory");
2 references to _isTheory
Infrastructure.Common (2)
xunit\WcfTestCase.cs (2)
65runsummary = await (_isTheory ? new XunitTheoryTestCaseRunner(this, DisplayName, _skippedReason, constructorArguments, _diagnosticMessageSink, messageBus, aggregator, cancellationTokenSource).RunAsync() 109data.AddValue("_isTheory", _isTheory);