1 instantiation of ResourceCommandJson
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
101
c => new
ResourceCommandJson
5 references to ResourceCommandJson
aspire (5)
Commands\DescribeCommand.cs (1)
35
[JsonSerializable(typeof(Dictionary<string,
ResourceCommandJson
>))]
Commands\PsCommand.cs (2)
41
[JsonSerializable(typeof(
ResourceCommandJson
))]
44
[JsonSerializable(typeof(Dictionary<string,
ResourceCommandJson
>))]
Mcp\Tools\ListResourcesTool.cs (1)
21
[JsonSerializable(typeof(Dictionary<string,
ResourceCommandJson
>))]
src\Shared\Model\Serialization\ResourceJson.cs (1)
116
public Dictionary<string,
ResourceCommandJson
>? Commands { get; set; }