1 write to Name
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
490
Name
= e.Name,
2 references to Name
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
179
Assert.Contains(snapshot.EnvironmentVariables, e => e.
Name
== "MY_VAR" && e.Value == "my-value" && !e.IsFromSpec);
180
Assert.Contains(snapshot.EnvironmentVariables, e => e.
Name
== "ANOTHER_VAR" && e.Value == "another-value" && e.IsFromSpec);