7 references to InOutConversionFlags
Microsoft.CodeAnalysis.VisualBasic (7)
BoundTree\BoundUserDefinedConversion.vb (4)
15If (InOutConversionFlags And 1) <> 0 Then 25If (InOutConversionFlags And 1) <> 0 Then 35If (InOutConversionFlags And 2) <> 0 Then 45If (InOutConversionFlags And 2) <> 0 Then
Generated\BoundNodes.xml.Generated.vb (3)
2304If underlyingExpression IsNot Me.UnderlyingExpression OrElse inOutConversionFlags <> Me.InOutConversionFlags OrElse type IsNot Me.Type Then 12300Return node.Update(underlyingExpression, node.InOutConversionFlags, type) 13476New TreeDumperNode("inOutConversionFlags", node.InOutConversionFlags, Nothing),