3 writes to Data
dotnet-aot (3)
Generated\361d1da7f942c932\ToolListJsonSerializerContext.VersionedDataContractLocalToolListJsonContractArray.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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\361d1da7f942c932\ToolListJsonSerializerContext.VersionedDataContractToolListJsonContractArray.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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] },
parent\dotnet\Commands\Tool\List\ToolListLocalCommand.cs (1)
84Data = [.. packageEnumerable.Select(p => new LocalToolListJsonContract
4 references to Data
dotnet-aot (4)
Generated\361d1da7f942c932\ToolListJsonSerializerContext.VersionedDataContractLocalToolListJsonContractArray.g.cs (2)
80Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.VersionedDataContract<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>)obj).Data, 111LocalToolListJsonContractArraySerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.VersionedDataContract<global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract[]>)value).Data);
Generated\361d1da7f942c932\ToolListJsonSerializerContext.VersionedDataContractToolListJsonContractArray.g.cs (2)
80Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.VersionedDataContract<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>)obj).Data, 111ToolListJsonContractArraySerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.VersionedDataContract<global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract[]>)value).Data);