3 references to StateMachineFieldSymbol
Microsoft.CodeAnalysis.CSharp (3)
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
94
:
base
(stateMachineType, type, name, isPublic, isThis: false)
Lowering\SyntheticBoundNodeFactory.cs (2)
173
var result = new
StateMachineFieldSymbol
(CurrentType, type, name, isPublic, isThis);
181
var result = new
StateMachineFieldSymbol
(CurrentType, TypeWithAnnotations.Create(type), name, isPublic, isThis);