5 instantiations of RunProperties
dotnet (5)
_generated\41\RunFileBuildCacheJsonSerializerContext.RunProperties.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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]),
Commands\Run\RunProperties.cs (1)
50
result = new
RunProperties
(
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
635
runProperties = new
RunProperties
(
Commands\Test\MTP\TestModulesFilterHandler.cs (2)
88
? new
RunProperties
(muxerPath, $@"exec ""{testModule}""", null)
89
: new
RunProperties
(testModule, null, null);
65 references to RunProperties
dotnet (65)
_generated\40\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (3)
199
var info7 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
>
214
AttributeProviderFactory = 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),
217
properties[7] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
>(options, info7);
_generated\41\RunFileBuildCacheJsonSerializerContext.RunProperties.g.cs (40)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
>? _RunProperties;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
> RunProperties
22
get => _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
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
> Create_RunProperties(global::System.Text.Json.JsonSerializerOptions options)
27
if (!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))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
>
35
ConstructorAttributeProviderFactory = 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),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj).Command,
61
Setter = static (obj, value) => __set_RunProperties_Command((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
).GetProperty("Command", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
80
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
),
82
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj).Arguments,
83
Setter = static (obj, value) => __set_RunProperties_Arguments((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj, value!),
90
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
).GetProperty("Arguments", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
100
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
),
102
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj).WorkingDirectory,
103
Setter = static (obj, value) => __set_RunProperties_WorkingDirectory((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj, value!),
110
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
).GetProperty("WorkingDirectory", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
120
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
),
122
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj).RuntimeIdentifier,
123
Setter = static (obj, value) => __set_RunProperties_RuntimeIdentifier((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj, value!),
130
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
).GetProperty("RuntimeIdentifier", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
142
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
),
144
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj).DefaultAppHostRuntimeIdentifier,
145
Setter = static (obj, value) => __set_RunProperties_DefaultAppHostRuntimeIdentifier((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj, value!),
152
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
).GetProperty("DefaultAppHostRuntimeIdentifier", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
164
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
),
166
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj).TargetFrameworkVersion,
167
Setter = static (obj, value) => __set_RunProperties_TargetFrameworkVersion((global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
)obj, value!),
174
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
).GetProperty("TargetFrameworkVersion", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
248
private static extern void __set_RunProperties_Command(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
obj, string value);
250
private static extern void __set_RunProperties_Arguments(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
obj, string value);
252
private static extern void __set_RunProperties_WorkingDirectory(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
obj, string value);
254
private static extern void __set_RunProperties_RuntimeIdentifier(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
obj, string value);
256
private static extern void __set_RunProperties_DefaultAppHostRuntimeIdentifier(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
obj, string value);
258
private static extern void __set_RunProperties_TargetFrameworkVersion(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
obj, string value);
_generated\47\RunFileBuildCacheJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
30
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunProperties
))
Commands\Run\FileBasedAppLaunchInfo.cs (1)
15
RunProperties
? RunProperties = null);
Commands\Run\RunCommand.cs (7)
176
RunProperties
? cachedRunProperties = null;
236
internal ICommand GetTargetCommand(LaunchProfile? launchSettings, Func<ProjectCollection, ProjectInstance>? projectFactory,
RunProperties
? cachedRunProperties, bool runPropertiesFromEvaluation, FacadeLogger? logger)
424
private void EnsureProjectIsBuilt(out Func<ProjectCollection, ProjectInstance>? projectFactory, out
RunProperties
? cachedRunProperties, out VirtualProjectBuildingCommand? projectBuilder, string? intermediateOutputPath, bool hasRuntimeEnvironmentVariableSupport)
520
private ICommand GetTargetCommandForProject(ProjectLaunchProfile? launchSettings, Func<ProjectCollection, ProjectInstance>? projectFactory,
RunProperties
? cachedRunProperties, bool runPropertiesFromEvaluation, FacadeLogger? logger)
556
var
runProperties =
RunProperties
.FromProject(project).WithApplicationArguments(ApplicationArgs);
608
static ICommand CreateCommandFromRunProperties(
RunProperties
runProperties)
Commands\Run\RunFileBuildCacheEntry.cs (1)
56
public
RunProperties
? Run { get; set; }
Commands\Run\RunProperties.cs (4)
48
internal static bool TryFromProject(ProjectInstance project, [NotNullWhen(returnValue: true)] out
RunProperties
? result)
73
internal static
RunProperties
FromProject(ProjectInstance project)
75
if (!TryFromProject(project, out
var
result))
89
internal
RunProperties
WithApplicationArguments(string[] applicationArgs)
Commands\Run\VirtualProjectBuildingCommand.cs (3)
51
public
RunProperties
? LastRunProperties { get; private set; }
281
LastRunProperties =
RunProperties
.TryFromProject(buildRequest.ProjectInstance, out
var
runProperties)
Commands\Test\MTP\Models.cs (1)
115
RunProperties
RunProperties,
Commands\Test\MTP\SolutionAndProjectUtility.cs (3)
608
RunProperties
runProperties;
677
static
RunProperties
DeployAndGetRunProperties(
712
return
RunProperties
.FromProject(project);
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
87
RunProperties
runProperties = testModule.HasExtension(CliConstants.DLLExtension)