12 references to SourceType
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2358VisitTypeExpression(node.SourceType)
Binding\Binder_Attributes.vb (2)
586Dim sourceType As TypeSymbol = expression.SourceType.Type 827Dim sourceType = node.SourceType
CodeGen\EmitExpression.vb (2)
2101Dim type As TypeSymbol = boundTypeOfOperator.SourceType.Type 2104EmitSymbolToken(type, boundTypeOfOperator.SourceType.Syntax)
Generated\BoundNodes.xml.Generated.vb (4)
872If sourceType IsNot Me.SourceType OrElse type IsNot Me.Type Then 11138Me.Visit(node.SourceType) 12099Dim sourceType As BoundTypeExpression = DirectCast(Me.Visit(node.SourceType), BoundTypeExpression) 13216New TreeDumperNode("sourceType", Nothing, new TreeDumperNode() {Visit(node.SourceType, Nothing)}),
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
268node = gt.Update(gt.SourceType.MemberwiseClone(Of BoundTypeExpression)(), gt.Type)
Lowering\LocalRewriter\LocalRewriter.vb (1)
887Return New BoundGetType(result.Syntax, result.SourceType, result.Type, hasErrors:=True)
Operations\VisualBasicOperationFactory.vb (1)
800Dim typeOperand As ITypeSymbol = boundGetType.SourceType.Type