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