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