1 write to Name
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1370Name = input.Name,
2 references to Name
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
306Assert.Equal("selector", argumentInput.Name); 2487var profileInput = Assert.Single(response.ArgumentInputs!, input => input.Name == "profile");