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)
201
get { return
_stateMachineType
; }
246
get { return
_stateMachineType
.KickoffMethod; }
256
return
_stateMachineType
.KickoffMethod.CalculateLocalSyntaxOffset(localPosition, localTree);