1 instantiation of PropertyInfo
aspire (1)
Commands\SettingsSchemaBuilder.cs (1)
53
properties.Add(new
PropertyInfo
(jsonPropertyName, jsonType, description, required));
4 references to PropertyInfo
aspire (4)
Commands\ConfigCommand.cs (1)
439
foreach (
var
property in localSchema.Properties)
Commands\ConfigInfo.cs (1)
33
internal sealed record SettingsSchema(List<
PropertyInfo
> Properties);
Commands\SettingsSchemaBuilder.cs (1)
22
var properties = new List<
PropertyInfo
>();
JsonSourceGenerationContext.cs (1)
31
[JsonSerializable(typeof(
PropertyInfo
))]