1 override of GetDeclaratorPosition
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpLambdaSyntaxFacts.cs (1)
23
public override int
GetDeclaratorPosition
(SyntaxNode node)
1 reference to GetDeclaratorPosition
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
107
return _mappedMethod.PreviousMethod.CalculateLocalSyntaxOffset(_lambdaSyntaxFacts.
GetDeclaratorPosition
(node), node.SyntaxTree);