2 instantiations of RunFileBuildCacheEntry
dotnet (2)
_generated\40\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
(),
Commands\Run\FileBasedAppRunPlan.cs (1)
384
var cacheEntry = new
RunFileBuildCacheEntry
(inputs.GlobalProperties)
60 references to RunFileBuildCacheEntry
dotnet (60)
_generated\40\RunFileBuildCacheJsonSerializerContext.RunFileBuildCacheEntry.g.cs (47)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
>? _RunFileBuildCacheEntry;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
> RunFileBuildCacheEntry
22
get => _RunFileBuildCacheEntry ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
> Create_RunFileBuildCacheEntry(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).GlobalProperties,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("GlobalProperties", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null),
80
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
82
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).ImplicitBuildFiles,
90
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("ImplicitBuildFiles", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.HashSet<string>), global::System.Array.Empty<global::System.Type>(), null),
102
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
104
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).Directives,
105
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).Directives = value!,
112
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("Directives", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Immutable.ImmutableArray<string>), global::System.Array.Empty<global::System.Type>(), null),
122
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
124
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).AdditionalSources,
132
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("AdditionalSources", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.HashSet<string>), global::System.Array.Empty<global::System.Type>(), null),
144
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
146
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).BuildLevel,
147
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).BuildLevel = value!,
154
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("BuildLevel", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Commands.Run.BuildLevel), global::System.Array.Empty<global::System.Type>(), null),
164
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
166
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).SdkVersion,
167
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).SdkVersion = value!,
174
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("SdkVersion", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
184
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
186
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).RuntimeVersion,
187
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).RuntimeVersion = value!,
194
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("RuntimeVersion", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
204
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
206
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).Run,
207
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).Run = value!,
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),
224
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
226
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).CscArguments,
227
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).CscArguments = value!,
234
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("CscArguments", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Immutable.ImmutableArray<string>), global::System.Array.Empty<global::System.Type>(), null),
244
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
),
246
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).BuildResultFile,
247
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
)obj).BuildResultFile = value!,
254
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
).GetProperty("BuildResultFile", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
_generated\47\RunFileBuildCacheJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
26
if (type == typeof(global::Microsoft.DotNet.Cli.Commands.Run.
RunFileBuildCacheEntry
))
Commands\Run\FileBasedAppCacheInfo.cs (2)
24
public
RunFileBuildCacheEntry
? PreviousEntry { get; set; }
27
public required
RunFileBuildCacheEntry
CurrentEntry { get; init; }
Commands\Run\FileBasedAppRunPlan.cs (7)
100
RunFileBuildCacheEntry
? previousEntry = ReadCacheEntry(successCacheFile.FullName);
145
RunFileBuildCacheEntry
? previousEntry = ReadCacheEntry(successCachePath);
235
RunFileBuildCacheEntry
cacheEntry = cache.CurrentEntry;
291
internal static
RunFileBuildCacheEntry
? ReadCacheEntry(string path)
384
var
cacheEntry = new RunFileBuildCacheEntry(inputs.GlobalProperties)
436
RunFileBuildCacheEntry
? previousCacheEntry = ReadCacheEntry(successCacheFile.FullName);
446
RunFileBuildCacheEntry
cacheEntry = cache.CurrentEntry;
Commands\Run\RunCommand.cs (1)
472
private static bool CanUseRunPropertiesForCscBuiltProgram(BuildLevel level,
RunFileBuildCacheEntry
? previousCache)
Commands\Run\RunFileBuildCacheJsonSerializerContext.cs (1)
12
[JsonSerializable(typeof(
RunFileBuildCacheEntry
))]
Commands\Run\VirtualProjectBuildingCommand.cs (1)
635
private
RunFileBuildCacheEntry
? GetPreviousCacheEntry()