2 writes to EndpointUrl
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotMcpServer.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotMcpServer(){
EndpointUrl
= (string)args[0], Tools = (global::ModelContextProtocol.Protocol.Tool[])args[1] },
Aspire.Cli.Tests (1)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
21
EndpointUrl
= "http://localhost:8000",
3 references to EndpointUrl
aspire (2)
BackchannelJsonSerializerContext.ResourceSnapshotMcpServer.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotMcpServer)obj).
EndpointUrl
,
112
writer.WriteString(PropName_EndpointUrl, ((global::Aspire.Cli.Backchannel.ResourceSnapshotMcpServer)value).
EndpointUrl
);
Aspire.Cli.Tests (1)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
39
Assert.Equal("http://localhost:8000", roundTripped[0].
EndpointUrl
);