1 instantiation of RepeatContext
Microsoft.AspNetCore.InternalTesting (1)
xunit\AspNetTestRunner.cs (1)
113var repeatContext = new RepeatContext(repeatAttribute.RunCount);
5 references to RepeatContext
Microsoft.AspNetCore.InternalTesting (5)
RepeatContext.cs (3)
10private static readonly AsyncLocal<RepeatContext> _current = new AsyncLocal<RepeatContext>(); 12public static RepeatContext Current
xunit\AspNetTestRunner.cs (2)
113var repeatContext = new RepeatContext(repeatAttribute.RunCount); 114RepeatContext.Current = repeatContext;