12 references to Csc
dotnet (12)
Commands\Run\FileBasedAppCacheInfo.cs (1)
63
if (PreviousEntry?.BuildLevel != BuildLevel.
Csc
)
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
;
Commands\Run\RunCommand.cs (3)
474
return level == BuildLevel.
Csc
||
475
(level == BuildLevel.None && previousCache?.BuildLevel == BuildLevel.
Csc
);
1076
usedRoslynCompiler: projectBuilder.LastBuild.Level is BuildLevel.
Csc
);
Commands\Run\RunPlan.cs (1)
28
RunTier.DirectCompile => BuildLevel.
Csc
,
Commands\Run\VirtualProjectBuildingCommand.cs (2)
158
if (buildLevel is BuildLevel.
Csc
)
198
Debug.Assert(buildLevel is BuildLevel.All or BuildLevel.
Csc
);