2 references to StateMachineFieldSymbol
Microsoft.CodeAnalysis.CSharp (2)
Lowering\SyntheticBoundNodeFactory.cs (2)
220
var result = new
StateMachineFieldSymbol
(CurrentType, type, name, isPublic, isThis);
228
var result = new
StateMachineFieldSymbol
(CurrentType, TypeWithAnnotations.Create(type), name, isPublic, isThis);