1 instantiation of GetRunCommand
dotnet (1)
_generated\21\RunFileApiJsonSerializerContext.GetRunCommand.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand(){ EntryPointFileFullPath = (string)args[0] },
26 references to GetRunCommand
dotnet (26)
_generated\21\RunFileApiJsonSerializerContext.GetRunCommand.g.cs (23)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand>? _GetRunCommand; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand> GetRunCommand 22get => _GetRunCommand ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand> Create_GetRunCommand(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand>(options, objectInfo); 56DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand), 58Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand)obj).ArtifactsPath, 59Setter = static (obj, value) => __set_GetRunCommand_ArtifactsPath((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand)obj, value!), 66AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand).GetProperty("ArtifactsPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 76DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand), 78Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand)obj).EntryPointFileFullPath, 79Setter = static (obj, value) => __set_GetRunCommand_EntryPointFileFullPath((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand)obj, value!), 86AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand).GetProperty("EntryPointFileFullPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 99private void GetRunCommandSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand? value) 109writer.WriteString(PropName_ArtifactsPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand)value).ArtifactsPath); 110writer.WriteString(PropName_EntryPointFileFullPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand)value).EntryPointFileFullPath); 128private static extern void __set_GetRunCommand_ArtifactsPath(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand obj, string value); 130private static extern void __set_GetRunCommand_EntryPointFileFullPath(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand obj, string value);
_generated\33\RunFileApiJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
38if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetRunCommand))
Commands\Run\Api\RunApiCommand.cs (2)
54[JsonDerivedType(typeof(GetRunCommand), nameof(GetRunCommand))]