36 references to OperatorToken
Microsoft.CodeAnalysis.VisualBasic (21)
Generated\Syntax.xml.Syntax.Generated.vb (6)
8375return Update(attributeLists, Me.Modifiers, Me.OperatorKeyword, Me.OperatorToken, Me.ParameterList, Me.AsClause)
8419return Update(Me.AttributeLists, modifiers, Me.OperatorKeyword, Me.OperatorToken, Me.ParameterList, Me.AsClause)
8445return Update(Me.AttributeLists, Me.Modifiers, operatorKeyword, Me.OperatorToken, Me.ParameterList, Me.AsClause)
8493return Update(Me.AttributeLists, Me.Modifiers, Me.OperatorKeyword, Me.OperatorToken, parameterList, Me.AsClause)
8524return Update(Me.AttributeLists, Me.Modifiers, Me.OperatorKeyword, Me.OperatorToken, Me.ParameterList, asClause)
8585If attributeLists <> Me.AttributeLists OrElse modifiers <> Me.Modifiers OrElse operatorKeyword <> Me.OperatorKeyword OrElse operatorToken <> Me.OperatorToken OrElse parameterList IsNot Me.ParameterList OrElse asClause IsNot Me.AsClause Then
Symbols\Source\SourceMethodSymbol.vb (12)
324Select Case syntax.OperatorToken.Kind
341Throw ExceptionUtilities.UnexpectedValue(syntax.OperatorToken.Kind)
367binder.ReportDiagnostic(diagBag, syntax.OperatorToken, paramCountMismatchERRID, SyntaxFacts.GetText(syntax.OperatorToken.Kind))
372flags = flags Or If(syntax.OperatorToken.Kind = SyntaxKind.CTypeKeyword, SourceMemberFlags.MethodKindConversion, SourceMemberFlags.MethodKindOperator)
471binder.ReportDiagnostic(diagBag, syntax.OperatorToken, ERRID.ERR_OperatorMustBeShared)
475If syntax.OperatorToken.Kind = SyntaxKind.CTypeKeyword Then
477binder.ReportDiagnostic(diagBag, syntax.OperatorToken, ERRID.ERR_ConvMustBeWideningOrNarrowing)
879Return DirectCast(node, OperatorStatementSyntax).OperatorToken.Span
924Select Case operatorStatement.OperatorToken.Kind
1017Throw ExceptionUtilities.UnexpectedValue(operatorStatement.OperatorToken.Kind)
2271Return DirectCast(methodStatement, OperatorStatementSyntax).OperatorToken
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
Roslyn.Diagnostics.VisualBasic.Analyzers (3)