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