1 write to IsInternal
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotUrl.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotUrl(){ Name = (string)args[0], Url = (string)args[1], IsInternal = (bool)args[2], DisplayProperties = (global::Aspire.Cli.Backchannel.ResourceSnapshotUrlDisplayProperties)args[3] },
5 references to IsInternal
aspire (5)
Backchannel\ResourceSnapshotMapper.cs (1)
42IsInternal = u.IsInternal
BackchannelJsonSerializerContext.ResourceSnapshotUrl.g.cs (2)
104Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotUrl)obj).IsInternal, 154writer.WriteBoolean(PropName_IsInternal, ((global::Aspire.Cli.Backchannel.ResourceSnapshotUrl)value).IsInternal);
Commands\ResourcesCommand.cs (2)
251? string.Join(", ", snapshot.Urls.Where(e => !e.IsInternal).Select(e => e.Url)) 288? string.Join(", ", snapshot.Urls.Where(e => !e.IsInternal).Select(e => e.Url))