5 references to Expression
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Syntax.Generated.vb (4)
19821
return Update(usingKeyword, Me.
Expression
, Me.Variables)
19869
return Update(Me.UsingKeyword, Me.
Expression
, variables)
19890
Return Me.
Expression
19921
If usingKeyword <> Me.UsingKeyword OrElse expression IsNot Me.
Expression
OrElse variables <> Me.Variables Then
Syntax\SyntaxBindingUtilities.vb (1)
20
node.IsKind(SyntaxKind.UsingBlock) AndAlso DirectCast(node, UsingBlockSyntax).UsingStatement.
Expression
IsNot Nothing