12 overrides of CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\Solution\SolutionCompilationState.TranslationAction_Actions.cs (12)
51
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
83
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
128
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
153
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
195
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
220
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> false;
250
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
270
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
286
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
317
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
337
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
354
public override bool
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
=> true;
1 reference to CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
429
if (translationAction.
CanUpdateCompilationWithStaleGeneratedTreesIfGeneratorsGiveSameOutput
&&