2 writes to Pid
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
417Pid = legacyInfo.ProcessId.ToString(System.Globalization.CultureInfo.InvariantCulture),
BackchannelJsonSerializerContext.GetAppHostInfoResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.GetAppHostInfoResponse(){ Pid = (string)args[0], AspireHostVersion = (string)args[1], AppHostPath = (string)args[2], CliProcessId = (int?)args[3], StartedAt = (global::System.DateTimeOffset?)args[4] },
2 references to Pid
aspire (2)
BackchannelJsonSerializerContext.GetAppHostInfoResponse.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)obj).Pid, 175writer.WriteString(PropName_Pid, ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)value).Pid);