7 references to Csc
dotnet-aot (7)
parent\dotnet\Commands\Run\FileBasedAppCacheInfo.cs (1)
63
if (PreviousEntry?.BuildLevel != BuildLevel.
Csc
)
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (5)
77
BuildLevel.
Csc
=> new RunPlan(RunTier.DirectCompile, RunDecisionReason.DirectCompilationRequired, cache),
103
BuildLevel: BuildLevel.
Csc
,
181
BuildLevel: BuildLevel.
Csc
,
231
return BuildLevel.
Csc
;
283
return BuildLevel.
Csc
;
parent\dotnet\Commands\Run\RunPlan.cs (1)
28
RunTier.DirectCompile => BuildLevel.
Csc
,