4 overrides of SynthesizedKind
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\DataFlowPass.Symbols.vb (1)
36Friend Overrides ReadOnly Property SynthesizedKind As SynthesizedLocalKind
Symbols\Source\LocalSymbol.vb (2)
517Friend Overrides ReadOnly Property SynthesizedKind As SynthesizedLocalKind 962Friend Overrides ReadOnly Property SynthesizedKind As SynthesizedLocalKind
Symbols\SynthesizedSymbols\SynthesizedLocal.vb (1)
75Friend Overrides ReadOnly Property SynthesizedKind As SynthesizedLocalKind
23 references to SynthesizedKind
Microsoft.CodeAnalysis.VisualBasic (23)
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (2)
112If local.SynthesizedKind = SynthesizedLocalKind.UserDefined Then 117Return local.SynthesizedKind <> SynthesizedLocalKind.ConditionalBranchDiscriminator
CodeGen\EmitStatement.vb (3)
1288Dim synthesizedKind = local.SynthesizedKind 1330Dim localKind = local.SynthesizedKind 1359Return local.SynthesizedKind.IsSlotReusable(_ilEmitStyle <> ILEmitStyle.Release)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (3)
1263Debug.Assert(local.SynthesizedKind <> SynthesizedLocalKind.OptimizerTemp) 1289Debug.Assert(local.SynthesizedKind = SynthesizedLocalKind.OptimizerTemp) 1309(Not _debugFriendly OrElse Not local.SynthesizedKind.IsLongLived())
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.vb (1)
48Debug.Assert(lazyConditionalBranchLocal.SynthesizedKind = SynthesizedLocalKind.ConditionalBranchDiscriminator)
Lowering\LambdaRewriter\LambdaCapturedVariable.vb (1)
52Select Case local.SynthesizedKind
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (4)
260Debug.Assert(local.SynthesizedKind = SynthesizedLocalKind.Spill) 264Debug.Assert(local.SynthesizedKind.IsLongLived()) 269If local.SynthesizedKind = SynthesizedLocalKind.UserDefined OrElse local.SynthesizedKind = SynthesizedLocalKind.LambdaDisplayClass Then
Lowering\StateMachineRewriter\StateMachineRewriter.vb (6)
185If local.SynthesizedKind = SynthesizedLocalKind.ConditionalBranchDiscriminator Then 295If Not local.SynthesizedKind.IsSlotReusable(F.Compilation.Options.OptimizationLevel) Then 303Dim ordinal As Integer = SynthesizedLocalOrdinals.AssignLocalOrdinal(local.SynthesizedKind, syntaxOffset) 309local.SynthesizedKind, 345Select Case local.SynthesizedKind 356Return F.StateMachineField(localType, Me.Method, proxyName, New LocalSlotDebugInfo(local.SynthesizedKind, id), slotIndex, Accessibility.Friend)
Symbols\Source\LocalDeclarationKind.vb (1)
13''' Check the value of <see cref="LocalSymbol.SynthesizedKind"/> for the kind of synthesized variable.
Symbols\Source\LocalSymbol.vb (2)
467Return Me.SynthesizedKind 964Return _originalVariable.SynthesizedKind