1 instantiation of TestNestedContextType
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
322
var nestedContext = new
TestNestedContextType
{ Operation = "Publish", IsPublishMode = true };
3 references to TestNestedContextType
Aspire.Hosting.RemoteHost.Tests (3)
CapabilityDispatcherTests.cs (3)
322
var
nestedContext = new TestNestedContextType { Operation = "Publish", IsPublishMode = true };
1264
public TestParentContextType(
TestNestedContextType
nestedContext)
1272
public
TestNestedContextType
NestedContext { get; }