Skip to content

Commit ca2a0f0

Browse files
cstongithub-actions
authored andcommitted
Update field references
1 parent 87f7ba0 commit ca2a0f0

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
@@ -186,7 +186,7 @@ internal bool ShouldBeTrackedForAnalysis(bool hasCompletePointsToAnalysisResult)
186186

187187
public bool HasConstantValue => Symbol switch
188188
{
189-
IFieldSymbol field => field.HasConstantValue,
189+
IFieldSymbol fieldSymbol => fieldSymbol.HasConstantValue,
190190
ILocalSymbol local => local.HasConstantValue,
191191
_ => false,
192192
};

0 commit comments

Comments
 (0)