2 writes to Manifest
dotnet (2)
_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] },
Commands\Tool\List\ToolListLocalCommand.cs (1)
89
Manifest
= p.SourceManifest.Value
2 references to Manifest
dotnet (2)
_generated\57\ToolListJsonSerializerContext.LocalToolListJsonContract.g.cs (2)
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract)obj).
Manifest
,
150
writer.WriteString(PropName_manifest, ((global::Microsoft.DotNet.Cli.Commands.Tool.List.LocalToolListJsonContract)value).
Manifest
);