2 overrides of SynthesizedKind
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceLambdaSymbol.vb (1)
38Public Overrides ReadOnly Property SynthesizedKind As SynthesizedLambdaKind
Symbols\Source\SynthesizedLambdaSymbol.vb (1)
31Public Overrides ReadOnly Property SynthesizedKind As SynthesizedLambdaKind
4 references to SynthesizedKind
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
1059If node.LambdaSymbol.SynthesizedKind = SynthesizedLambdaKind.DelegateRelaxationStub Then 1181node.LambdaSymbol.SynthesizedKind)
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
59MakeName(topLevelMethodId, closureKind, lambdaNode.LambdaSymbol.SynthesizedKind, lambdaId),
Symbols\Source\LambdaSymbol.vb (1)
81Return SynthesizedKind.IsQueryLambda