2 instantiations of SynthesizedStateMachineDebuggerHiddenMethod
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
346
var result = new
SynthesizedStateMachineDebuggerHiddenMethod
(methodName, methodToImplement, (StateMachineTypeSymbol)F.CurrentType, null, hasMethodBodyDependency);
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
28
_getter = new
SynthesizedStateMachineDebuggerHiddenMethod
(
1 reference to SynthesizedStateMachineDebuggerHiddenMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
346
var
result = new SynthesizedStateMachineDebuggerHiddenMethod(methodName, methodToImplement, (StateMachineTypeSymbol)F.CurrentType, null, hasMethodBodyDependency);