1 write to _stateMachineType
Microsoft.CodeAnalysis.CSharp (1)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
40_stateMachineType = stateMachineType;
3 references to _stateMachineType
Microsoft.CodeAnalysis.CSharp (3)
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (3)
201get { return _stateMachineType; } 246get { return _stateMachineType.KickoffMethod; } 256return _stateMachineType.KickoffMethod.CalculateLocalSyntaxOffset(localPosition, localTree);