53 references to Operand
Microsoft.CodeAnalysis.VisualBasic (20)
Binding\Binder_Delegates.vb (7)
48Dim boundOperand = BindExpression(addressOfSyntax.Operand, isInvocationOrAddressOf:=True, diagnostics:=diagnostics, isOperandOfConditionalBranch:=False, eventContext:=False)
57ReportDiagnostic(diagnostics, addressOfSyntax.Operand, ERRID.ERR_AddressOfOperandNotMethod)
67ReportDiagnostic(diagnostics, addressOfSyntax.Operand, ERRID.ERR_InvalidConstructorCall)
305addressOfSyntax = addressOfExpressionSyntax.Operand
574addressOfOperandSyntax = DirectCast(addressOfOperandSyntax, UnaryExpressionSyntax).Operand
631addressOfOperandSyntax = DirectCast(addressOfOperandSyntax, UnaryExpressionSyntax).Operand
1000addressOfOperandSyntax = DirectCast(addressOfOperandSyntax, UnaryExpressionSyntax).Operand
Binding\Binder_Operators.vb (7)
1106Dim operand As BoundExpression = BindValue(node.Operand, diagnostics)
1113Dim int32Type = GetSpecialType(SpecialType.System_Int32, node.Operand, diagnostics)
1114operand = ApplyImplicitConversion(node.Operand, int32Type, operand, diagnostics)
1166resultType = GetSpecialType(intrinsicOperatorType, node.Operand, diagnostics)
1179ReportDiagnostic(diagnostics, node.Operand, ErrorFactory.ErrorInfo(ERRID.ERR_StrictDisallowsObjectOperand1, node.OperatorToken))
1181ReportDiagnostic(diagnostics, node.Operand, ErrorFactory.ErrorInfo(ERRID.WRN_ObjectMath2, node.OperatorToken))
1185operand = ApplyImplicitConversion(node.Operand, resultType, operand, diagnostics)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (4)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (3)
Microsoft.CodeAnalysis.VisualBasic.Features (9)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (8)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)