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)
178
var result = new
StateMachineFieldSymbol
(CurrentType, type, name, isPublic, isThis);
186
var result = new
StateMachineFieldSymbol
(CurrentType, TypeWithAnnotations.Create(type), name, isPublic, isThis);