5 references to DelegateRelaxationStub
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Delegates.vb (1)
1176
Dim lambdaSymbol = New SynthesizedLambdaSymbol(SynthesizedLambdaKind.
DelegateRelaxationStub
,
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1059
If node.LambdaSymbol.SynthesizedKind = SynthesizedLambdaKind.
DelegateRelaxationStub
Then
Symbols\Source\SynthesizedLambdaSymbol.vb (1)
79
Return _kind <> SynthesizedLambdaKind.
DelegateRelaxationStub
AndAlso
Symbols\SynthesizedSymbols\GeneratedNames.vb (2)
64
Dim prefix = If(lambdaKind = SynthesizedLambdaKind.
DelegateRelaxationStub
,
82
Dim prefix = If(lambdaKind = SynthesizedLambdaKind.
DelegateRelaxationStub
,