3 writes to Type
aspire (1)
BackchannelJsonSerializerContext.RpcResourceState.g.cs (1)
30
ObjectWithParameterizedConstructorCreator = 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)
83
Type
= "Project",
91
Type
= "Project",
2 references to Type
aspire (2)
BackchannelJsonSerializerContext.RpcResourceState.g.cs (2)
75
Getter = static obj => ((global::Aspire.Cli.Backchannel.RpcResourceState)obj).
Type
,
163
writer.WriteString(PropName_Type, ((global::Aspire.Cli.Backchannel.RpcResourceState)value).
Type
);