1 write to Name
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshot.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshot(){
Name
= (string)args[0], Type = (string)args[1], State = (string)args[2], McpServer = (global::Aspire.Cli.Backchannel.ResourceSnapshotMcpServer)args[3] },
5 references to Name
aspire (5)
BackchannelJsonSerializerContext.ResourceSnapshot.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshot)obj).
Name
,
152
writer.WriteString(PropName_Name, ((global::Aspire.Cli.Backchannel.ResourceSnapshot)value).
Name
);
Commands\McpStartCommand.cs (3)
316
if (!seenResources.Add(snapshot.
Name
))
338
var exposedName = $"{resource.
Name
.Replace("-", "_")}_{tool.Name}";
339
refreshedMap[exposedName] = (resource.
Name
, tool);