1 write to Fields
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3377this.Fields = fields;
6 references to Fields
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\EmitStatement.cs (1)
817foreach (var field in scope.Fields)
Generated\BoundNodes.xml.Generated.cs (4)
3389if (fields != this.Fields || statement != this.Statement) 11298return node.Update(node.Fields, statement); 13370ImmutableArray<StateMachineFieldSymbol> fields = GetUpdatedArray(node, node.Fields); 15726new TreeDumperNode("fields", node.Fields, null),
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
416hoistedLocals = stateMachineScope.Fields;