2 references to StateMachineFieldSymbol
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
37
:
this
(stateMachineType, type, name, new LocalSlotDebugInfo(synthesizedKind, LocalDebugId.None), slotIndex, isPublic: isPublic)
Lowering\SyntheticBoundNodeFactory.cs (1)
197
var result = new
StateMachineFieldSymbol
(CurrentType, type, name, slotDebugInfo, slotIndex, isPublic: false);