3 instantiations of RunProperties
dotnet-aot (3)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunProperties.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.RunProperties((string)args[0], (string)args[1], (string)args[2], (string)args[3], (string)args[4], (string)args[5]),
parent\dotnet\Commands\Test\MTP\TestModulesFilterHandler.cs (2)
88? new RunProperties(muxerPath, $@"exec ""{testModule}""", null) 89: new RunProperties(testModule, null, null);
50 references to RunProperties
dotnet-aot (50)
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
30if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties))
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (3)
199var info7 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties> 214AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunFileBuildCacheEntry).GetProperty("Run", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties), global::System.Array.Empty<global::System.Type>(), null), 217properties[7] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties>(options, info7);
Generated\361d1da7f942c932\RunFileBuildCacheJsonSerializerContext.RunProperties.g.cs (40)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties>? _RunProperties; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties> RunProperties 22get => _RunProperties ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties> Create_RunProperties(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string), typeof(string), typeof(string), typeof(string), typeof(string), typeof(string)}, modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Run.RunProperties>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties), 60Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj).Command, 61Setter = static (obj, value) => __set_RunProperties_Command((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj, value!), 68AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties).GetProperty("Command", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 80DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties), 82Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj).Arguments, 83Setter = static (obj, value) => __set_RunProperties_Arguments((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj, value!), 90AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties).GetProperty("Arguments", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 100DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties), 102Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj).WorkingDirectory, 103Setter = static (obj, value) => __set_RunProperties_WorkingDirectory((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj, value!), 110AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties).GetProperty("WorkingDirectory", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 120DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties), 122Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj).RuntimeIdentifier, 123Setter = static (obj, value) => __set_RunProperties_RuntimeIdentifier((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj, value!), 130AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties).GetProperty("RuntimeIdentifier", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 142DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties), 144Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj).DefaultAppHostRuntimeIdentifier, 145Setter = static (obj, value) => __set_RunProperties_DefaultAppHostRuntimeIdentifier((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj, value!), 152AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties).GetProperty("DefaultAppHostRuntimeIdentifier", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 164DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties), 166Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj).TargetFrameworkVersion, 167Setter = static (obj, value) => __set_RunProperties_TargetFrameworkVersion((global::Microsoft.DotNet.Cli.Commands.Run.RunProperties)obj, value!), 174AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties).GetProperty("TargetFrameworkVersion", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 248private static extern void __set_RunProperties_Command(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties obj, string value); 250private static extern void __set_RunProperties_Arguments(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties obj, string value); 252private static extern void __set_RunProperties_WorkingDirectory(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties obj, string value); 254private static extern void __set_RunProperties_RuntimeIdentifier(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties obj, string value); 256private static extern void __set_RunProperties_DefaultAppHostRuntimeIdentifier(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties obj, string value); 258private static extern void __set_RunProperties_TargetFrameworkVersion(global::Microsoft.DotNet.Cli.Commands.Run.RunProperties obj, string value);
parent\dotnet\Commands\Run\AotRunCommand.cs (1)
78RunProperties? validatedRunProperties = null;
parent\dotnet\Commands\Run\FileBasedAppLaunchInfo.cs (1)
15RunProperties? RunProperties = null);
parent\dotnet\Commands\Run\RunFileBuildCacheEntry.cs (1)
56public RunProperties? Run { get; set; }
parent\dotnet\Commands\Run\RunProperties.cs (1)
89internal RunProperties WithApplicationArguments(string[] applicationArgs)
parent\dotnet\Commands\Test\MTP\Models.cs (1)
115RunProperties RunProperties,
parent\dotnet\Commands\Test\MTP\TestModulesFilterHandler.cs (1)
87RunProperties runProperties = testModule.HasExtension(CliConstants.DLLExtension)