4 instantiations of VersionedDataContract
dotnet (4)
_generated\61\ToolListJsonSerializerContext.VersionedDataContractLocalToolListJsonContractArray.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>(){ Data = (global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[])args[0] },
_generated\62\ToolListJsonSerializerContext.VersionedDataContractToolListJsonContractArray.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>(){ Data = (global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[])args[0] },
Commands\Tool\List\ToolListGlobalOrToolPathCommand.cs (1)
117
var jsonData = new
VersionedDataContract
<ToolListJsonContract[]>()
Commands\Tool\List\ToolListLocalCommand.cs (1)
82
var jsonData = new
VersionedDataContract
<LocalToolListJsonContract[]>()
52 references to VersionedDataContract
dotnet (52)
_generated\61\ToolListJsonSerializerContext.VersionedDataContractLocalToolListJsonContractArray.g.cs (23)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>>? _VersionedDataContractLocalToolListJsonContractArray;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>> VersionedDataContractLocalToolListJsonContractArray
22
get => _VersionedDataContractLocalToolListJsonContractArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>> Create_VersionedDataContractLocalToolListJsonContractArray(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>),
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>)obj).Version,
59
Setter = static (obj, value) => __GenericAccessors_VersionedDataContractLocalToolListJsonContractArray<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>.__set_VersionedDataContractLocalToolListJsonContractArray_Version((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>)obj, value!),
66
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>).GetProperty("Version", InstanceMemberBindingFlags, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>),
78
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>)obj).Data,
79
Setter = static (obj, value) => __GenericAccessors_VersionedDataContractLocalToolListJsonContractArray<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>.__set_VersionedDataContractLocalToolListJsonContractArray_Data((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>)obj, value!),
86
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>).GetProperty("Data", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]), global::System.Array.Empty<global::System.Type>(), null),
97
private void VersionedDataContractLocalToolListJsonContractArraySerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>? value)
107
writer.WriteNumber(PropName_version, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>)value).Version);
109
LocalToolListJsonContractArraySerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>)value).Data);
130
public static extern void __set_VersionedDataContractLocalToolListJsonContractArray_Version(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<TContract> obj, int value);
132
public static extern void __set_VersionedDataContractLocalToolListJsonContractArray_Data(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<TContract> obj, TContract value);
_generated\62\ToolListJsonSerializerContext.VersionedDataContractToolListJsonContractArray.g.cs (23)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>>? _VersionedDataContractToolListJsonContractArray;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>> VersionedDataContractToolListJsonContractArray
22
get => _VersionedDataContractToolListJsonContractArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>> Create_VersionedDataContractToolListJsonContractArray(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>),
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>)obj).Version,
59
Setter = static (obj, value) => __GenericAccessors_VersionedDataContractToolListJsonContractArray<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>.__set_VersionedDataContractToolListJsonContractArray_Version((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>)obj, value!),
66
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>).GetProperty("Version", InstanceMemberBindingFlags, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>),
78
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>)obj).Data,
79
Setter = static (obj, value) => __GenericAccessors_VersionedDataContractToolListJsonContractArray<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>.__set_VersionedDataContractToolListJsonContractArray_Data((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>)obj, value!),
86
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>).GetProperty("Data", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]), global::System.Array.Empty<global::System.Type>(), null),
97
private void VersionedDataContractToolListJsonContractArraySerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>? value)
107
writer.WriteNumber(PropName_version, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>)value).Version);
109
ToolListJsonContractArraySerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>)value).Data);
130
public static extern void __set_VersionedDataContractToolListJsonContractArray_Version(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<TContract> obj, int value);
132
public static extern void __set_VersionedDataContractToolListJsonContractArray_Data(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<TContract> obj, TContract value);
_generated\67\ToolListJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
38
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>))
42
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Tool.List.
VersionedDataContract
<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>))
Commands\Tool\List\ToolListGlobalOrToolPathCommand.cs (1)
117
var
jsonData = new VersionedDataContract<ToolListJsonContract[]>()
Commands\Tool\List\ToolListJsonHelper.cs (2)
49
[JsonSerializable(typeof(
VersionedDataContract
<ToolListJsonContract[]>))]
50
[JsonSerializable(typeof(
VersionedDataContract
<LocalToolListJsonContract[]>))]
Commands\Tool\List\ToolListLocalCommand.cs (1)
82
var
jsonData = new VersionedDataContract<LocalToolListJsonContract[]>()