2 writes to EndpointUrl
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotMcpServer.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
21EndpointUrl = "http://localhost:8000",
3 references to EndpointUrl
aspire (2)
BackchannelJsonSerializerContext.ResourceSnapshotMcpServer.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotMcpServer)obj).EndpointUrl, 112writer.WriteString(PropName_EndpointUrl, ((global::Aspire.Cli.Backchannel.ResourceSnapshotMcpServer)value).EndpointUrl);
Aspire.Cli.Tests (1)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
39Assert.Equal("http://localhost:8000", roundTripped[0].EndpointUrl);