5 instantiations of TestValueProvider
Aspire.Hosting.Tests (5)
ConditionalReferenceExpressionTests.cs (5)
13var condition = new TestValueProvider(bool.TrueString); 26var condition = new TestValueProvider(bool.FalseString); 39var condition = new TestValueProvider(bool.TrueString); 52var condition = new TestValueProvider(bool.FalseString); 94var expr = ReferenceExpression.CreateConditional(new TestValueProvider(bool.TrueString), bool.TrueString, ReferenceExpression.Empty, ReferenceExpression.Empty);
4 references to TestValueProvider
Aspire.Hosting.Tests (4)
ConditionalReferenceExpressionTests.cs (4)
13var condition = new TestValueProvider(bool.TrueString); 26var condition = new TestValueProvider(bool.FalseString); 39var condition = new TestValueProvider(bool.TrueString); 52var condition = new TestValueProvider(bool.FalseString);