1 write to CalleeType
Microsoft.DotNet.XUnitV3Extensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\ConditionalTheoryAttribute.cs (1)
28CalleeType = calleeType;
4 references to CalleeType
Microsoft.DotNet.XUnitV3Extensions (4)
src\Microsoft.DotNet.XUnitExtensions.Shared\Discoverers\ConditionalTheoryDiscoverer.cs (4)
42object[] constructorArgs = conditionalTheoryAttribute.CalleeType is null 44: [conditionalTheoryAttribute.CalleeType, conditionalTheoryAttribute.ConditionMemberNames]; 89object[] constructorArgs = conditionalTheoryAttribute.CalleeType is null 91: [conditionalTheoryAttribute.CalleeType, conditionalTheoryAttribute.ConditionMemberNames];