4 references to RelaxationLambda
Microsoft.CodeAnalysis.VisualBasic (4)
BoundTree\BoundConversion.vb (1)
53Debug.Assert(ExtendedInfoOpt Is Nothing OrElse ExtendedInfoOpt.Kind = BoundKind.RelaxationLambda)
Generated\BoundNodes.xml.Generated.vb (2)
2179MyBase.New(BoundKind.RelaxationLambda, syntax, hasErrors OrElse lambda.NonNullAndHasErrors() OrElse receiverPlaceholderOpt.NonNullAndHasErrors()) 9420Case BoundKind.RelaxationLambda
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
110If node.ExtendedInfoOpt IsNot Nothing AndAlso node.ExtendedInfoOpt.Kind = BoundKind.RelaxationLambda Then