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