Base:
property
SuppressVirtualCalls
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundExpression.SuppressVirtualCalls
4 references to SuppressVirtualCalls
Microsoft.CodeAnalysis.VisualBasic (4)
BoundTree\BoundParameter.vb (1)
39
Return Me.Update(_ParameterSymbol, False,
SuppressVirtualCalls
, Type)
Generated\BoundNodes.xml.Generated.vb (3)
6346
If parameterSymbol IsNot Me.ParameterSymbol OrElse isLValue <> Me.IsLValue OrElse suppressVirtualCalls <> Me.
SuppressVirtualCalls
OrElse type IsNot Me.Type Then
12764
Return node.Update(node.ParameterSymbol, node.IsLValue, node.
SuppressVirtualCalls
, type)
14118
New TreeDumperNode("suppressVirtualCalls", node.
SuppressVirtualCalls
, Nothing),