4 references to MidExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
18658Return new MidExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _mid, _argumentList) 18662Return new MidExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _mid, _argumentList) 39865Return New MidExpressionSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newMid, newArgumentList)
Generated\Syntax.xml.Syntax.Generated.vb (1)
20219Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.MidExpressionSyntax(kind, errors, annotations, mid, DirectCast(argumentList.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ArgumentListSyntax)), Nothing, 0)