1 instantiation of DefaultSettings
ConfigurationSchemaGenerator.Tests (1)
VariousTypes.cs (1)
88
public DefaultSettings? PropertyOfDefaultSettings { get; } =
new
();
6 references to DefaultSettings
ConfigurationSchemaGenerator.Tests (6)
VariousTypes.cs (6)
86
/// A value of type <see cref="
DefaultSettings
"/>.
88
public
DefaultSettings
? PropertyOfDefaultSettings { get; } = new();
91
/// A <see cref="IDictionary{TKey,TValue}"/> of <see cref="string"/> to <see cref="
DefaultSettings
"/>.
93
public IDictionary<string,
DefaultSettings
> PropertyOfStringToDefaultSettings { get; } = new Dictionary<string,
DefaultSettings
>();
122
public
DefaultSettings
? Parent { get; set; }