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),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).description,
59
Setter = static (obj, value) => __set_ArgumentDetails_description((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
66
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("description", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
78
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).order,
79
Setter = static (obj, value) => __set_ArgumentDetails_order((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
86
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("order", InstanceMemberBindingFlags, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
96
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
98
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).hidden,
99
Setter = static (obj, value) => __set_ArgumentDetails_hidden((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
106
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("hidden", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
116
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
118
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).helpName,
119
Setter = static (obj, value) => __set_ArgumentDetails_helpName((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
126
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("helpName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
136
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
138
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).valueType,
139
Setter = static (obj, value) => __set_ArgumentDetails_valueType((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
146
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("valueType", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
158
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
160
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).hasDefaultValue,
161
Setter = static (obj, value) => __set_ArgumentDetails_hasDefaultValue((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
168
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("hasDefaultValue", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
178
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
180
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).defaultValue,
181
Setter = static (obj, value) => __set_ArgumentDetails_defaultValue((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
188
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
).GetProperty("defaultValue", InstanceMemberBindingFlags, null, typeof(object), global::System.Array.Empty<global::System.Type>(), null),
198
DeclaringType = typeof(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
),
200
Getter = static obj => ((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj).arity,
201
Setter = static (obj, value) => __set_ArgumentDetails_arity((global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
)obj, value!),
208
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),
302
private static extern void __set_ArgumentDetails_description(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, string value);
304
private static extern void __set_ArgumentDetails_order(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, int value);
306
private static extern void __set_ArgumentDetails_hidden(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, bool value);
308
private static extern void __set_ArgumentDetails_helpName(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, string value);
310
private static extern void __set_ArgumentDetails_valueType(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, string value);
312
private static extern void __set_ArgumentDetails_hasDefaultValue(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, bool value);
314
private static extern void __set_ArgumentDetails_defaultValue(global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
obj, object value);
316
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),
111
var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>
126
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),
129
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>(options, info3);
235
ParameterType = typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>),
270
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),
155
var info5 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>
170
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),
173
properties[5] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>>(options, info5);
301
ParameterType = typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>),
340
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
>(),
35
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);
45
private void DictionaryStringArgumentDetailsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.Dictionary<string, global::Microsoft.DotNet.Cli.CliSchema.
ArgumentDetails
>? value)
55
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(