2 types derived from RunApiInput
dotnet (2)
Commands\Run\Api\RunApiCommand.cs (2)
61
public sealed class GetProject :
RunApiInput
101
public sealed class GetRunCommand :
RunApiInput
62 references to RunApiInput
dotnet (62)
_generated\19\RunFileApiJsonSerializerContext.RunApiInput.g.cs (9)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
>? _RunApiInput;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
> RunApiInput
22
get => _RunApiInput ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
> Create_RunApiInput(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
>
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
>(options, objectInfo);
_generated\20\RunFileApiJsonSerializerContext.GetProject.g.cs (24)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject>? _GetProject;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject> GetProject
22
get => _GetProject ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject> Create_GetProject(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject>
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject(){ EntryPointFileFullPath = (string)args[0] },
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject),
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject)obj).ArtifactsPath,
59
Setter = static (obj, value) => __set_GetProject_ArtifactsPath((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject)obj, value!),
66
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject).GetProperty("ArtifactsPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject),
78
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject)obj).EntryPointFileFullPath,
79
Setter = static (obj, value) => __set_GetProject_EntryPointFileFullPath((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject)obj, value!),
86
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject).GetProperty("EntryPointFileFullPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
99
private void GetProjectSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject? value)
109
writer.WriteString(PropName_ArtifactsPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject)value).ArtifactsPath);
110
writer.WriteString(PropName_EntryPointFileFullPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject)value).EntryPointFileFullPath);
128
private static extern void __set_GetProject_ArtifactsPath(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject obj, string value);
130
private static extern void __set_GetProject_EntryPointFileFullPath(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject obj, string value);
_generated\21\RunFileApiJsonSerializerContext.GetRunCommand.g.cs (24)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand>? _GetRunCommand;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand> GetRunCommand
22
get => _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));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand> Create_GetRunCommand(global::System.Text.Json.JsonSerializerOptions options)
27
if (!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))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand>
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand(){ EntryPointFileFullPath = (string)args[0] },
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand),
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand)obj).ArtifactsPath,
59
Setter = static (obj, value) => __set_GetRunCommand_ArtifactsPath((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand)obj, value!),
66
AttributeProviderFactory = 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),
76
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand),
78
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand)obj).EntryPointFileFullPath,
79
Setter = static (obj, value) => __set_GetRunCommand_EntryPointFileFullPath((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand)obj, value!),
86
AttributeProviderFactory = 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),
99
private void GetRunCommandSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand? value)
109
writer.WriteString(PropName_ArtifactsPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand)value).ArtifactsPath);
110
writer.WriteString(PropName_EntryPointFileFullPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand)value).EntryPointFileFullPath);
128
private static extern void __set_GetRunCommand_ArtifactsPath(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand obj, string value);
130
private static extern void __set_GetRunCommand_EntryPointFileFullPath(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand obj, string value);
_generated\33\RunFileApiJsonSerializerContext.GetJsonTypeInfo.g.cs (3)
30
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
))
34
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetProject))
38
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Run.Api.
RunApiInput
.GetRunCommand))
Commands\Run\Api\RunApiCommand.cs (2)
33
RunApiInput
input = JsonSerializer.Deserialize(line, RunFileApiJsonSerializerContext.Default.RunApiInput)!;
181
[JsonSerializable(typeof(
RunApiInput
))]