1 write to StartsCycle
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\ConstantEvaluationHelpers.cs (1)
29this.StartsCycle = startsCycle;
2 references to StartsCycle
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\ConstantEvaluationHelpers.cs (1)
35if (this.StartsCycle)
Symbols\Source\SourceFieldSymbol.cs (1)
265field.BindConstantValueIfNecessary(earlyDecodingWellKnownAttributes, startsCycle: info.StartsCycle);