2 references to StateMachineFieldSymbol
Microsoft.CodeAnalysis.CSharp (2)
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);