Base:
property
SynthesizedKind
Microsoft.CodeAnalysis.VisualBasic.Symbols.LambdaSymbol.SynthesizedKind
4 references to SynthesizedKind
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\Instrumentation\DebugInfoInjector.vb (1)
107
Select Case original.LambdaSymbol.
SynthesizedKind
Lowering\Instrumentation\Instrumenter.vb (2)
114
Debug.Assert(original.LambdaSymbol.
SynthesizedKind
= SynthesizedLambdaKind.AggregateQueryLambda OrElse
115
original.LambdaSymbol.
SynthesizedKind
= SynthesizedLambdaKind.LetVariableQueryLambda)
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
48
Dim synthesizedKind As SynthesizedLambdaKind = node.LambdaSymbol.
SynthesizedKind