16 references to SpecialMember
Microsoft.CodeAnalysis.VisualBasic (16)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
688DirectCast(Me._factory.SpecialMember(SpecialMember.System_Array__LongLength), PropertySymbol).GetMethod,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (3)
333helper = DirectCast(_factory.SpecialMember(SpecialMember.System_String__ConcatStringString), MethodSymbol) 523Return DirectCast(_factory.SpecialMember(specialHelper), MethodSymbol) 550Return DirectCast(_factory.SpecialMember(specialHelper), MethodSymbol)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_ConditionalExpresion.vb (1)
126Dim helper As MethodSymbol = DirectCast(Me._factory.SpecialMember(
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (3)
329Dim helper As MethodSymbol = DirectCast(Me._factory.SpecialMember( 348Dim helper As MethodSymbol = DirectCast(Me._factory.SpecialMember( 592Return DirectCast(_factory.SpecialMember(specialHelper), MethodSymbol)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (1)
215Return DirectCast(_factory.SpecialMember(specialHelper), MethodSymbol)
Lowering\StateMachineRewriter\StateMachineRewriter.vb (5)
420Dim methodToImplement As MethodSymbol = DirectCast(Me.F.SpecialMember(interfaceMethod), MethodSymbol) 426Dim methodToImplement As MethodSymbol = DirectCast(Me.F.SpecialMember(interfaceMethod), MethodSymbol).AsMember(interfaceType) 454Dim methodToImplement As MethodSymbol = DirectCast(Me.F.SpecialMember(interfaceProperty), PropertySymbol).GetMethod 460Dim methodToImplement As MethodSymbol = DirectCast(Me.F.SpecialMember(interfaceMethod), PropertySymbol).GetMethod.AsMember(interfaceType) 497Dim methodToImplement As MethodSymbol = DirectCast(Me.F.SpecialMember(interfaceMethod), MethodSymbol)
Lowering\SyntheticBoundNodeFactory.vb (2)
864Dim method = DirectCast(SpecialMember(meth), MethodSymbol) 892Dim method = DirectCast(SpecialMember(meth), MethodSymbol)