3 writes to Resource
aspire (1)
BackchannelJsonSerializerContext.RpcResourceState.g.cs (1)
30ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.RpcResourceState(){ Resource = (string)args[0], Type = (string)args[1], State = (string)args[2], Endpoints = (string[])args[3], Health = (string)args[4] },
Aspire.Cli.Tests (2)
TestServices\TestAppHostBackchannel.cs (2)
82Resource = "frontend", 90Resource = "backend",
7 references to Resource
aspire (7)
BackchannelJsonSerializerContext.RpcResourceState.g.cs (2)
55Getter = static obj => ((global::Aspire.Cli.Backchannel.RpcResourceState)obj).Resource, 162writer.WriteString(PropName_Resource, ((global::Aspire.Cli.Backchannel.RpcResourceState)value).Resource);
Commands\RunCommand.cs (5)
455if (_resourceStates.TryGetValue(resourceState.Resource, out var existingResourceState)) 461endpointWriter(resourceState.Resource, endpoint); 465_resourceStates[resourceState.Resource] = resourceState; 473endpointWriter(resourceState.Resource, endpoint); 477_resourceStates[resourceState.Resource] = resourceState;