11 overrides of CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\Solution\SolutionState.CompilationAndGeneratorDriverTranslationAction_Actions.cs (11)
41
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
69
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
113
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
138
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
166
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> false;
203
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
236
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
255
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
285
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
305
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
324
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
1 reference to CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
641
if (intermediateProject.action.
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
&&