2 overrides of CurrentMethod
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ClosureConversion.cs (1)
318protected override MethodSymbol CurrentMethod
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
181protected override MethodSymbol CurrentMethod
2 references to CurrentMethod
Microsoft.CodeAnalysis.CSharp (2)
Lowering\MethodToClassRewriter.cs (2)
112newLocal = new TypeSubstitutedLocalSymbol(local, TypeWithAnnotations.Create(newType), CurrentMethod); 527SyntheticBoundNodeFactory factory = new SyntheticBoundNodeFactory(this.CurrentMethod, rewrittenLeft.Syntax, this.CompilationState, this.Diagnostics);