4 writes to PackageId
dotnet (4)
_generated\57\ToolListJsonSerializerContext.LocalToolListJsonContract.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract(){ Manifest = (string)args[0],
PackageId
= (string)args[1], Version = (string)args[2], Commands = (string[])args[3] },
_generated\59\ToolListJsonSerializerContext.ToolListJsonContract.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract(){
PackageId
= (string)args[0], Version = (string)args[1], Commands = (string[])args[2] },
Commands\Tool\List\ToolListGlobalOrToolPathCommand.cs (1)
121
PackageId
= p.Id.ToString(),
Commands\Tool\List\ToolListLocalCommand.cs (1)
86
PackageId
= p.toolManifestPackage.PackageId.ToString(),
4 references to PackageId
dotnet (4)
_generated\57\ToolListJsonSerializerContext.LocalToolListJsonContract.g.cs (2)
79
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract)obj).
PackageId
,
151
writer.WriteString(PropName_packageId, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract)value).
PackageId
);
_generated\59\ToolListJsonSerializerContext.ToolListJsonContract.g.cs (2)
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract)obj).
PackageId
,
129
writer.WriteString(PropName_packageId, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.ToolListJsonContract)value).
PackageId
);