4 writes to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23468
Me.
_ifKeyword
= ifKeyword
23492
Me.
_ifKeyword
= ifKeyword
23515
Me.
_ifKeyword
= ifKeyword
23539
Me.
_ifKeyword
= _ifKeyword
7 references to _ifKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
23582
writer.WriteValue(Me.
_ifKeyword
)
23605
Return Me.
_ifKeyword
23675
Return Me.
_ifKeyword
23698
Return new TernaryConditionalExpressionSyntax(Me.Kind, newErrors, GetAnnotations,
_ifKeyword
, _openParenToken, _condition, _firstCommaToken, _whenTrue, _secondCommaToken, _whenFalse, _closeParenToken)
23702
Return new TernaryConditionalExpressionSyntax(Me.Kind, GetDiagnostics, annotations,
_ifKeyword
, _openParenToken, _condition, _firstCommaToken, _whenTrue, _secondCommaToken, _whenFalse, _closeParenToken)
40450
If node.
_ifKeyword
IsNot newIfKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
25658
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TernaryConditionalExpressionSyntax).
_ifKeyword
, Me.Position, 0)