21 references to WithStatement
Microsoft.CodeAnalysis.VisualBasic (15)
Generated\Syntax.xml.Internal.Generated.vb (4)
41095Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.WithStatement, withKeyword, expression, hash)
41100Dim result = New WithStatementSyntax(SyntaxKind.WithStatement, withKeyword, expression)
53161Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.WithStatement, withKeyword, expression, _factoryContext, hash)
53166Dim result = New WithStatementSyntax(SyntaxKind.WithStatement, withKeyword, expression, _factoryContext)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Roslyn.Diagnostics.VisualBasic.Analyzers (1)