Implemented interface member:
method
IsOnLocalDeclarationHeader
Microsoft.CodeAnalysis.LanguageService.IHeaderFacts.IsOnLocalDeclarationHeader(Microsoft.CodeAnalysis.SyntaxNode, System.Int32, out Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of IsOnLocalDeclarationHeader
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpHeaderFacts.cs (1)
90
public override bool
IsOnLocalDeclarationHeader
(SyntaxNode root, int position, [NotNullWhen(true)] out SyntaxNode? localDeclaration)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicHeaderFacts.vb (1)
93
Public Overrides Function
IsOnLocalDeclarationHeader
(root As SyntaxNode, position As Integer, ByRef localDeclaration As SyntaxNode) As Boolean