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