Base:
property
ResultKind
Microsoft.CodeAnalysis.VisualBasic.BoundExpression.ResultKind
5 references to ResultKind
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\SemanticModel.vb (2)
1061
resultKind = attribute.
ResultKind
1443
resultKind = LookupResult.WorseResultKind(resultKind, boundAttribute.
ResultKind
)
Generated\BoundNodes.xml.Generated.vb (3)
3170
If constructor IsNot Me.Constructor OrElse constructorArguments <> Me.ConstructorArguments OrElse constructorDefaultArguments <> Me.ConstructorDefaultArguments OrElse namedArguments <> Me.NamedArguments OrElse resultKind <> Me.
ResultKind
OrElse type IsNot Me.Type Then
12366
Return node.Update(node.Constructor, constructorArguments, node.ConstructorDefaultArguments, namedArguments, node.
ResultKind
, type)
13583
New TreeDumperNode("resultKind", node.
ResultKind
, Nothing),