230 references to OverloadResolution
Microsoft.CodeAnalysis.VisualBasic (196)
Binding\Binder_Attributes.vb (3)
288Dim results As OverloadResolution.OverloadResolutionResult = OverloadResolution.MethodInvocationOverloadResolution(constructorsGroup, boundArguments, Nothing, Me, callerInfoOpt:=node.Name, 303results = OverloadResolution.MethodInvocationOverloadResolution(constructorsGroup, boundArguments, Nothing, Me, includeEliminatedCandidates:=True, callerInfoOpt:=node.Name,
Binding\Binder_Conversions.vb (1)
350Dim isTrueOperator As OverloadResolution.OverloadResolutionResult = Nothing
Binding\Binder_Delegates.vb (14)
222Dim result As OverloadResolution.OverloadResolutionResult = Nothing 497Dim resolutionResult = OverloadResolution.MethodInvocationOverloadResolution( 531resolutionResult = OverloadResolution.MethodInvocationOverloadResolution( 544Dim bestCandidates = ArrayBuilder(Of OverloadResolution.CandidateAnalysisResult).GetInstance() 551Dim bestCandidatesState As OverloadResolution.CandidateAnalysisResultState = bestCandidates(0).State 553If bestCandidatesState = VisualBasic.OverloadResolution.CandidateAnalysisResultState.Applicable Then 567(bestCandidatesState = OverloadResolution.CandidateAnalysisResultState.ArgumentCountMismatch OrElse 568bestCandidatesState = OverloadResolution.CandidateAnalysisResultState.ArgumentMismatch) Then 592If bestCandidatesState = OverloadResolution.CandidateAnalysisResultState.HasUseSiteError OrElse 593bestCandidatesState = OverloadResolution.CandidateAnalysisResultState.HasUnsupportedMetadata OrElse 594bestCandidatesState = OverloadResolution.CandidateAnalysisResultState.Ambiguous Then 618analysisResult As OverloadResolution.CandidateAnalysisResult, 775bestResult As OverloadResolution.CandidateAnalysisResult, 788Dim bestCandidate As OverloadResolution.Candidate = bestResult.Candidate
Binding\Binder_Expressions.vb (1)
4394Dim value = OverloadResolution.TryFoldConstantBinaryOperator(BinaryOperatorKind.Add, upperBound, one, int32Type, integerOverflow, divideByZero, Nothing)
Binding\Binder_Invocation.vb (45)
746Dim results As OverloadResolution.OverloadResolutionResult = OverloadResolution.MethodOrPropertyInvocationOverloadResolution(group, boundArguments, argumentNames, Me, callerInfoOpt, useSiteInfo, forceExpandedForm:=forceExpandedForm) 800results = OverloadResolution.MethodOrPropertyInvocationOverloadResolution(group, boundArguments, argumentNames, Me, includeEliminatedCandidates:=True, callerInfoOpt:=callerInfoOpt, 827bestResult As OverloadResolution.CandidateAnalysisResult, 1194<[In]> ByRef results As OverloadResolution.OverloadResolutionResult, 1224<[In]> ByRef results As OverloadResolution.OverloadResolutionResult, 1235Dim bestCandidates = ArrayBuilder(Of OverloadResolution.CandidateAnalysisResult).GetInstance() 1269bestCandidates As ArrayBuilder(Of OverloadResolution.CandidateAnalysisResult), 1344bestCandidates As ArrayBuilder(Of OverloadResolution.CandidateAnalysisResult), 1362Dim state = OverloadResolution.CandidateAnalysisResultState.Count 1372Dim singleCandidateAnalysisResult As OverloadResolution.CandidateAnalysisResult = Nothing 1373Dim singleCandidate As OverloadResolution.Candidate = Nothing 1415Case VisualBasic.OverloadResolution.CandidateAnalysisResultState.HasUseSiteError, OverloadResolution.CandidateAnalysisResultState.HasUnsupportedMetadata 1442Case VisualBasic.OverloadResolution.CandidateAnalysisResultState.Ambiguous 1447Case OverloadResolution.CandidateAnalysisResultState.BadGenericArity 1487Case OverloadResolution.CandidateAnalysisResultState.ArgumentCountMismatch 1523Case OverloadResolution.CandidateAnalysisResultState.ArgumentMismatch, 1524OverloadResolution.CandidateAnalysisResultState.GenericConstraintsViolated 1566Case OverloadResolution.CandidateAnalysisResultState.TypeInferenceFailed 1593Case OverloadResolution.CandidateAnalysisResultState.Applicable 1674ByRef results As OverloadResolution.OverloadResolutionResult, 1675bestCandidates As ArrayBuilder(Of OverloadResolution.CandidateAnalysisResult), 1678Const Applicable = OverloadResolution.CandidateAnalysisResultState.Applicable 1679Const ArgumentMismatch = OverloadResolution.CandidateAnalysisResultState.ArgumentMismatch 1680Const GenericConstraintsViolated = OverloadResolution.CandidateAnalysisResultState.GenericConstraintsViolated 1681Const TypeInferenceFailed = OverloadResolution.CandidateAnalysisResultState.TypeInferenceFailed 1682Const ArgumentCountMismatch = OverloadResolution.CandidateAnalysisResultState.ArgumentCountMismatch 1683Const BadGenericArity = OverloadResolution.CandidateAnalysisResultState.BadGenericArity 1684Const Ambiguous = OverloadResolution.CandidateAnalysisResultState.Ambiguous 1685Const HasUseSiteError = OverloadResolution.CandidateAnalysisResultState.HasUseSiteError 1686Const HasUnsupportedMetadata = OverloadResolution.CandidateAnalysisResultState.HasUnsupportedMetadata 1688Dim preference(OverloadResolution.CandidateAnalysisResultState.Count - 1) As Integer 1830candidates As ArrayBuilder(Of OverloadResolution.CandidateAnalysisResult), 1983ByRef candidateAnalysisResult As OverloadResolution.CandidateAnalysisResult, 1996Dim candidate As OverloadResolution.Candidate = candidateAnalysisResult.Candidate 2005If candidateAnalysisResult.State = VisualBasic.OverloadResolution.CandidateAnalysisResultState.HasUseSiteError OrElse 2006candidateAnalysisResult.State = VisualBasic.OverloadResolution.CandidateAnalysisResultState.HasUnsupportedMetadata Then 2203If candidate.IsGeneric AndAlso candidateAnalysisResult.State = OverloadResolution.CandidateAnalysisResultState.TypeInferenceFailed Then 2275If candidateAnalysisResult.State = OverloadResolution.CandidateAnalysisResultState.GenericConstraintsViolated Then 2331OverloadResolution.CanPassToParamArray(paramArrayArgument, targetType, arrayConversion, Me, CompoundUseSiteInfo(Of AssemblySymbol).Discarded)) Then 2475candidate As OverloadResolution.Candidate, 2633ByRef candidate As OverloadResolution.CandidateAnalysisResult, 2638Debug.Assert(candidate.State = OverloadResolution.CandidateAnalysisResultState.Applicable) 2757Dim defaultArgument As OverloadResolution.OptionalArgument = candidate.OptionalArguments(paramIndex)
Binding\Binder_ObjectInitializer.vb (3)
392Dim results As OverloadResolution.OverloadResolutionResult = OverloadResolution.MethodInvocationOverloadResolution(constructorsGroup, 410results = OverloadResolution.MethodInvocationOverloadResolution(constructorsGroup, boundArguments, argumentNames, Me, includeEliminatedCandidates:=True, callerInfoOpt:=callerInfoOpt,
Binding\Binder_Operators.vb (28)
130Dim preliminaryOperatorKind As BinaryOperatorKind = OverloadResolution.MapBinaryOperatorKind(node.Kind) 186OverloadResolution.MapBinaryOperatorKind(binary.Kind), 257Dim userDefinedOperator As OverloadResolution.OverloadResolutionResult = Nothing 259Dim operatorKind As BinaryOperatorKind = OverloadResolution.ResolveBinaryOperator(preliminaryOperatorKind, left, right, Me, 271Dim bestCandidate As OverloadResolution.Candidate = If(userDefinedOperator.BestResult.HasValue, 276(OverloadResolution.IsValidInLiftedSignature(bestCandidate.Parameters(0).Type) AndAlso 277OverloadResolution.IsValidInLiftedSignature(bestCandidate.Parameters(1).Type) AndAlso 278OverloadResolution.IsValidInLiftedSignature(bestCandidate.ReturnType)) Then 494value = OverloadResolution.TryFoldConstantBinaryOperator(operatorKind, 560<[In]> ByRef userDefinedOperator As OverloadResolution.OverloadResolutionResult, 570Dim bestCandidate As OverloadResolution.CandidateAnalysisResult = userDefinedOperator.BestResult.Value 626<[In]> ByRef bitwiseOperator As OverloadResolution.OverloadResolutionResult, 649Dim bitwiseAnalysis As OverloadResolution.CandidateAnalysisResult = bitwiseOperator.BestResult.Value 650Dim bitwiseCandidate As OverloadResolution.Candidate = bitwiseAnalysis.Candidate 674Dim leftCheckOperator As OverloadResolution.OverloadResolutionResult 679leftCheckOperator = OverloadResolution.ResolveIsFalseOperator(leftPlaceholder, Me, useSiteInfo) 681leftCheckOperator = OverloadResolution.ResolveIsTrueOperator(leftPlaceholder, Me, useSiteInfo) 702Dim checkCandidate As OverloadResolution.Candidate = leftCheckOperator.BestResult.Value.Candidate 949If OverloadResolution.UseUserDefinedBinaryOperators(operatorKind, leftType, rightType) AndAlso 1107Dim preliminaryOperatorKind As UnaryOperatorKind = OverloadResolution.MapUnaryOperatorKind(node.Kind) 1125Dim userDefinedOperator As OverloadResolution.OverloadResolutionResult = Nothing 1127Dim operatorKind As UnaryOperatorKind = OverloadResolution.ResolveUnaryOperator(preliminaryOperatorKind, operand, Me, intrinsicOperatorType, userDefinedOperator, useSiteInfo) 1135Dim bestCandidate As OverloadResolution.Candidate = If(userDefinedOperator.BestResult.HasValue, 1140(OverloadResolution.IsValidInLiftedSignature(bestCandidate.Parameters(0).Type) AndAlso 1141OverloadResolution.IsValidInLiftedSignature(bestCandidate.ReturnType)) Then 1191constantValue = OverloadResolution.TryFoldConstantUnaryOperator(operatorKind, operand, resultType, integerOverflow) 1211<[In]> ByRef userDefinedOperator As OverloadResolution.OverloadResolutionResult, 1221Dim bestCandidate As OverloadResolution.CandidateAnalysisResult = userDefinedOperator.BestResult.Value
Binding\Binder_Query.vb (8)
1987Dim results As OverloadResolution.OverloadResolutionResult = OverloadResolution.QueryOperatorInvocationOverloadResolution(methodGroup, 2061Dim results As OverloadResolution.OverloadResolutionResult = OverloadResolution.QueryOperatorInvocationOverloadResolution(methodGroup, 3473Dim operatorKind As BinaryOperatorKind = OverloadResolution.ResolveBinaryOperator(BinaryOperatorKind.Equals, 4643Dim results As OverloadResolution.OverloadResolutionResult = OverloadResolution.QueryOperatorInvocationOverloadResolution(methodGroup, 4657results = OverloadResolution.QueryOperatorInvocationOverloadResolution(methodGroup, arguments, Me, includeEliminatedCandidates:=True,
Binding\Binder_Statements.vb (4)
3253Dim userDefinedOperator As OverloadResolution.OverloadResolutionResult = OverloadResolution.ResolveUserDefinedBinaryOperator(left, right, opCode, Me, includeEliminatedCandidates:=False, 3262ReportDiagnostic(diagnostics, syntax, ERRID.ERR_ForLoopOperatorRequired2, left.Type, SyntaxFacts.GetText(OverloadResolution.GetOperatorTokenKind(opCode))) 3266Dim bestCandidate As OverloadResolution.Candidate = userDefinedOperator.BestResult.Value.Candidate
Binding\DocumentationCommentCrefBinder.vb (31)
903Dim opInfo As New OverloadResolution.OperatorInfo(UnaryOperatorKind.IsTrue) 909Dim opInfo As New OverloadResolution.OperatorInfo(UnaryOperatorKind.IsFalse) 915Dim opInfo As New OverloadResolution.OperatorInfo(UnaryOperatorKind.Not) 924Dim opInfo As New OverloadResolution.OperatorInfo(UnaryOperatorKind.Plus) 927Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Add) 933Dim opInfo As New OverloadResolution.OperatorInfo(UnaryOperatorKind.Minus) 936Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Subtract) 942Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Multiply) 948Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Divide) 954Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.IntegerDivide) 960Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Modulo) 966Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Power) 972Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Equals) 978Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.NotEquals) 984Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.LessThan) 990Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.GreaterThan) 996Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.LessThanOrEqual) 1002Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.GreaterThanOrEqual) 1008Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Like) 1014Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Concatenate) 1020Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.And) 1029Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Or) 1038Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.Xor) 1044Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.LeftShift) 1053Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.RightShift) 1062Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.RightShift) 1064WellKnownMemberNames.ImplicitConversionName, New OverloadResolution.OperatorInfo(UnaryOperatorKind.Implicit), 1066WellKnownMemberNames.ExplicitConversionName, New OverloadResolution.OperatorInfo(UnaryOperatorKind.Explicit)) 1078info1 As OverloadResolution.OperatorInfo, 1081Optional info2 As OverloadResolution.OperatorInfo = Nothing) 1084OverloadResolution.CollectUserDefinedOperators(type, Nothing, kind, name1, info1, name2, info2, methods, useSiteInfo)
BoundTree\BoundBinaryOperator.vb (1)
51Dim opName As String = OverloadResolution.TryGetOperatorName(OperatorKind, isChecked)
BoundTree\BoundCall.vb (3)
98Debug.Assert(OverloadResolution.CanLiftType(Method.ReturnType) AndAlso 120ElseIf OverloadResolution.CanLiftType(signatureType) AndAlso 129Debug.Assert(OverloadResolution.CanLiftType(signatureType) AndAlso
BoundTree\BoundUnaryOperator.vb (1)
40Dim opName As String = OverloadResolution.TryGetOperatorName(OperatorKind, isChecked)
BoundTree\BoundUserDefinedBinaryOperator.vb (2)
46Debug.Assert(OverloadResolution.CanLiftType(parameter.Type)) 53(OverloadResolution.CanLiftType(underlyingCall.Method.ReturnType) AndAlso
BoundTree\BoundUserDefinedUnaryOperator.vb (2)
40Debug.Assert(OverloadResolution.CanLiftType(parameter.Type) AndAlso 46(OverloadResolution.CanLiftType(underlyingCall.Method.ReturnType) AndAlso
Compilation\MethodResolutionResult.vb (17)
20Applicable = OverloadResolution.CandidateAnalysisResultState.Applicable 22HasUseSiteError = OverloadResolution.CandidateAnalysisResultState.HasUseSiteError 23Ambiguous = OverloadResolution.CandidateAnalysisResultState.Ambiguous 24BadGenericArity = OverloadResolution.CandidateAnalysisResultState.BadGenericArity 25ArgumentCountMismatch = OverloadResolution.CandidateAnalysisResultState.ArgumentCountMismatch 26TypeInferenceFailed = OverloadResolution.CandidateAnalysisResultState.TypeInferenceFailed 27ArgumentMismatch = OverloadResolution.CandidateAnalysisResultState.ArgumentMismatch 28GenericConstraintsViolated = OverloadResolution.CandidateAnalysisResultState.GenericConstraintsViolated 29RequiresNarrowing = OverloadResolution.CandidateAnalysisResultState.RequiresNarrowing 30RequiresNarrowingNotFromObject = OverloadResolution.CandidateAnalysisResultState.RequiresNarrowingNotFromObject 31ExtensionMethodVsInstanceMethod = OverloadResolution.CandidateAnalysisResultState.ExtensionMethodVsInstanceMethod 32Shadowed = OverloadResolution.CandidateAnalysisResultState.Shadowed 33LessApplicable = OverloadResolution.CandidateAnalysisResultState.LessApplicable 42Private ReadOnly _candidate As OverloadResolution.CandidateAnalysisResult 45Friend Sub New(candidate As OverloadResolution.CandidateAnalysisResult, isValid As Boolean) 46Debug.Assert(Not isValid OrElse candidate.State = OverloadResolution.CandidateAnalysisResultState.Applicable) 66If _candidate.State = OverloadResolution.CandidateAnalysisResultState.HasUnsupportedMetadata Then
Compilation\VisualBasicCompilation.vb (6)
2938Dim opInfo = OverloadResolution.GetOperatorInfo(nameToCheck) 2953opInfo As OverloadResolution.OperatorInfo) 2971Dim resolved = OverloadResolution.ResolveNotLiftedIntrinsicBinaryOperator(opInfo.BinaryOperatorKind, leftType.SpecialType, rightType.SpecialType) 3010Dim opInfo = OverloadResolution.GetOperatorInfo(nameToCheck) 3024opInfo As OverloadResolution.OperatorInfo) 3041Dim resolved = OverloadResolution.ResolveNotLiftedIntrinsicUnaryOperator(opInfo.UnaryOperatorKind, operandType.SpecialType)
Lowering\LocalRewriter\LocalRewriter_NullableHelpers.vb (1)
385Dim constant = OverloadResolution.TryFoldConstantBinaryOperator(binaryOpKind, left, right, resultType, intOverflow, divideByZero, lengthOutOfLimit)
Semantics\Conversions.vb (5)
1432<Out> ByRef isTrueOperator As OverloadResolution.OverloadResolutionResult, 1494Dim results As OverloadResolution.OverloadResolutionResult = Nothing 1497results = OverloadResolution.ResolveIsTrueOperator(operand, binder, useSiteInfo) 2093Return OverloadResolution.ResolveUserDefinedConversion(source, destination, useSiteInfo) 2167OverloadResolution.IsWidening(conv.Value) AndAlso
SymbolDisplay\SymbolDisplayVisitor.Members.vb (3)
398Dim opInfo As OverloadResolution.OperatorInfo = OverloadResolution.GetOperatorInfo(nameToCheck) 402Return OverloadResolution.GetOperatorTokenKind(opInfo)
Symbols\Metadata\PE\PEMethodSymbol.vb (6)
376Dim opInfo As OverloadResolution.OperatorInfo = OverloadResolution.GetOperatorInfo(name) 382If OverloadResolution.ValidateOverloadedOperator(Me, opInfo) Then 422Private Function ComputeMethodKindForPotentialOperatorOrConversion(opInfo As OverloadResolution.OperatorInfo) As MethodKind 493Private Function IsPotentialOperatorOrConversion(opInfo As OverloadResolution.OperatorInfo) As Boolean 501opInfo As OverloadResolution.OperatorInfo,
Symbols\ReducedExtensionMethodSymbol.vb (1)
169If Not OverloadResolution.DoesReceiverMatchInstance(instanceType, receiverType, reducedUseSiteInfo) OrElse
Symbols\Source\OverrideHidingHelper.vb (1)
461SyntaxFacts.GetText(OverloadResolution.GetOperatorTokenKind(associatedSymbol.Name)),
Symbols\Source\SourceMemberContainerTypeSymbol.vb (4)
3617Dim opInfo As OverloadResolution.OperatorInfo = OverloadResolution.GetOperatorInfo(method.Name) 3619If Not OverloadResolution.ValidateOverloadedOperator(method, opInfo, diagnostics, ContainingAssembly) Then 3708SyntaxFacts.GetText(OverloadResolution.GetOperatorTokenKind(nameOfThePair)),
Symbols\Source\SourceMethodSymbol.vb (3)
345Debug.Assert(OverloadResolution.GetOperatorInfo(name).ParamCount = 1) 350Debug.Assert(OverloadResolution.GetOperatorInfo(name).ParamCount = 2) 357Debug.Assert(OverloadResolution.GetOperatorInfo(name).ParamCount = syntax.ParameterList.Parameters.Count)
Syntax\SyntaxFacts.vb (2)
1135Dim opInfo = OverloadResolution.GetOperatorInfo(operatorMetadataName) 1137Return If(opInfo.ParamCount = 0, SyntaxKind.None, OverloadResolution.GetOperatorTokenKind(opInfo))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (33)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (1)
12Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\AccessCheckTests.vb (1)
12Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\ArrayLiteralTests.vb (1)
12Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\BinaryOperators.vb (6)
13Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution 905Dim opTokens = (From op In operators Select SyntaxFacts.GetText(OverloadResolution.GetOperatorTokenKind(op))).ToArray() 1091Dim resultType As SpecialType = OverloadResolution.ResolveNotLiftedIntrinsicBinaryOperator(op, leftSpecial, rightSpecial) 1106For Each m In nonSpecialType.GetMembers(OverloadResolution.TryGetOperatorName(op, isChecked:=False)) 1202OverloadResolution.TryGetOperatorName( 1211SyntaxFacts.GetText(OverloadResolution.GetOperatorTokenKind(
Semantics\CompoundAssignment.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\ConditionalExpressionsTests.vb (1)
13Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\GetExtendedSemanticInfoTests.vb (1)
12Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\GetSemanticInfoTests.vb (1)
14Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\IsIsNot.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\MissingRuntimeHelpers.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\OverloadResolution.vb (5)
12Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution 35) As OverloadResolution.OverloadResolutionResult 52Return OverloadResolution.MethodInvocationOverloadResolution( 214Dim result As OverloadResolution.OverloadResolutionResult 3078Dim result As OverloadResolution.OverloadResolutionResult
Semantics\RedimStatementTests.vb (1)
13Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\TooLongNameTests.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\UnaryOperators.vb (5)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution 602Dim opTokens = (From op In operators Select SyntaxFacts.GetText(OverloadResolution.GetOperatorTokenKind(op))).ToArray() 724Dim resultType As SpecialType = OverloadResolution.ResolveNotLiftedIntrinsicUnaryOperator(op, special) 746OverloadResolution.TryGetOperatorName(op, symbol1.IsCheckedBuiltin), 751SyntaxFacts.GetText(OverloadResolution.GetOperatorTokenKind(op)),
Semantics\UserDefinedBinaryOperators.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\UserDefinedConversions.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\UserDefinedForToLoop.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\UserDefinedUnaryOperators.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\VariableTypeInference.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Semantics\VarianceConversions.vb (1)
11Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\SyntheticEntryPoint.vb (1)
13Imports Microsoft.CodeAnalysis.VisualBasic.OverloadResolution