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)
65
runsummary = await (
_isTheory
? new XunitTheoryTestCaseRunner(this, DisplayName, _skippedReason, constructorArguments, _diagnosticMessageSink, messageBus, aggregator, cancellationTokenSource).RunAsync()
109
data.AddValue("_isTheory",
_isTheory
);