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