2 instantiations of ArgumentDetails
dotnet (2)
_generated\1\CliSchemaJsonSerializerContext.ArgumentDetails.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
((string)args[0], (int)args[1], (bool)args[2], (string)args[3], (string)args[4], (bool)args[5], (object)args[6], (global::Microsoft.DotNet.Cli.CliSchema.ArityDetails)args[7]),
CliSchema.cs (1)
210
private static ArgumentDetails CreateArgumentDetails(int index, Argument argument) => new
ArgumentDetails
(
84 references to ArgumentDetails
dotnet (84)
_generated\1\CliSchemaJsonSerializerContext.ArgumentDetails.g.cs (50)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>? _ArgumentDetails;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
> ArgumentDetails
22
get => _ArgumentDetails ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
> Create_ArgumentDetails(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string), typeof(int), typeof(bool), typeof(string), typeof(string), typeof(bool), typeof(object), typeof(global::Microsoft.DotNet.Cli.CliSchema.ArityDetails)}, modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).description,
61
Setter = static (obj, value) => __set_ArgumentDetails_description((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("description", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
80
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).order,
81
Setter = static (obj, value) => __set_ArgumentDetails_order((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
88
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("order", InstanceMemberBindingFlags, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
100
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).hidden,
101
Setter = static (obj, value) => __set_ArgumentDetails_hidden((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
108
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("hidden", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
120
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).helpName,
121
Setter = static (obj, value) => __set_ArgumentDetails_helpName((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
128
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("helpName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
138
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
140
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).valueType,
141
Setter = static (obj, value) => __set_ArgumentDetails_valueType((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
148
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("valueType", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
160
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
162
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).hasDefaultValue,
163
Setter = static (obj, value) => __set_ArgumentDetails_hasDefaultValue((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
170
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("hasDefaultValue", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
180
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
182
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).defaultValue,
183
Setter = static (obj, value) => __set_ArgumentDetails_defaultValue((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
190
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("defaultValue", InstanceMemberBindingFlags, null, typeof(object), global::System.Array.Empty<global::System.Type>(), null),
200
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
202
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).arity,
203
Setter = static (obj, value) => __set_ArgumentDetails_arity((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
210
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("arity", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.CliSchema.ArityDetails), global::System.Array.Empty<global::System.Type>(), null),
304
private static extern void __set_ArgumentDetails_description(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, string value);
306
private static extern void __set_ArgumentDetails_order(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, int value);
308
private static extern void __set_ArgumentDetails_hidden(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, bool value);
310
private static extern void __set_ArgumentDetails_helpName(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, string value);
312
private static extern void __set_ArgumentDetails_valueType(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, string value);
314
private static extern void __set_ArgumentDetails_hasDefaultValue(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, bool value);
316
private static extern void __set_ArgumentDetails_defaultValue(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, object value);
318
private static extern void __set_ArgumentDetails_arity(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, global::Microsoft.DotNet.Cli.CliSchema.ArityDetails value);
_generated\15\CliSchemaJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
26
if (type == typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
))
46
if (type == typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>))
_generated\3\CliSchemaJsonSerializerContext.CommandDetails.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.CliSchema.CommandDetails((string)args[0], (bool)args[1], (string[])args[2], (global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>)args[3], (global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.OptionDetails>)args[4], (global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.CommandDetails>)args[5]),
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.CommandDetails).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string), typeof(bool), typeof(string[]), typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>), typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.OptionDetails>), typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.CommandDetails>)}, modifiers: null),
113
var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>
128
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.CommandDetails).GetProperty("arguments", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>), global::System.Array.Empty<global::System.Type>(), null),
131
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>(options, info3);
237
ParameterType = typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>),
272
private static extern void __set_CommandDetails_arguments(global::Microsoft.DotNet.Cli.CliSchema.CommandDetails obj, global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
> value);
_generated\5\CliSchemaJsonSerializerContext.RootCommandDetails.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.CliSchema.RootCommandDetails((string)args[0], (string)args[1], (string)args[2], (bool)args[3], (string[])args[4], (global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>)args[5], (global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.OptionDetails>)args[6], (global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.CommandDetails>)args[7]),
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.RootCommandDetails).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string), typeof(string), typeof(string), typeof(bool), typeof(string[]), typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>), typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.OptionDetails>), typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.CommandDetails>)}, modifiers: null),
157
var info5 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>
172
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.CommandDetails).GetProperty("arguments", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>), global::System.Array.Empty<global::System.Type>(), null),
175
properties[5] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>(options, info5);
303
ParameterType = typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>),
342
private static extern void __set_RootCommandDetails_arguments(global::Microsoft.DotNet.Cli.CliSchema.CommandDetails obj, global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
> value);
_generated\6\CliSchemaJsonSerializerContext.DictionaryStringArgumentDetails.g.cs (13)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>? _DictionaryStringArgumentDetails;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>> DictionaryStringArgumentDetails
22
get => _DictionaryStringArgumentDetails ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>> Create_DictionaryStringArgumentDetails(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>
31
ObjectCreator = () => new global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>(),
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateDictionaryInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>, string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>(options, info);
47
private void DictionaryStringArgumentDetailsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>? value)
57
foreach (global::System.Collections.Generic.KeyValuePair<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
> entry in value)
CliSchema.cs (5)
65
Dictionary<string,
ArgumentDetails
>? arguments,
75
Dictionary<string,
ArgumentDetails
>? arguments,
124
private static Dictionary<string,
ArgumentDetails
>? CreateArgumentsDictionary(IList<Argument> arguments)
130
var dict = new Dictionary<string,
ArgumentDetails
>();
210
private static
ArgumentDetails
CreateArgumentDetails(int index, Argument argument) => new ArgumentDetails(