Skip to content

Commit c9360d9

Browse files
cstongithub-actions
authored and
github-actions
committed
Rename local
1 parent ca2a0f0 commit c9360d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/FlowAnalysis/FlowAnalysis/Framework/DataFlow/AnalysisEntity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ internal bool ShouldBeTrackedForAnalysis(bool hasCompletePointsToAnalysisResult)
187187
public bool HasConstantValue => Symbol switch
188188
{
189189
IFieldSymbol fieldSymbol => fieldSymbol.HasConstantValue,
190-
ILocalSymbol local => local.HasConstantValue,
190+
ILocalSymbol localSymbol => localSymbol.HasConstantValue,
191191
_ => false,
192192
};
193193

0 commit comments

Comments
 (0)