21 references to SynthesizedLocal
Microsoft.CodeAnalysis.VisualBasic (21)
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (2)
57
Dim i As LocalSymbol = F.
SynthesizedLocal
(Me.ContainingAssembly.GetSpecialType(SpecialType.System_Int32))
58
Dim hashCode As LocalSymbol = F.
SynthesizedLocal
(Me.ContainingAssembly.GetSpecialType(SpecialType.System_UInt32))
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (4)
35
Dim awaiterTemp As LocalSymbol = Me.F.
SynthesizedLocal
(awaiterType, kind:=SynthesizedLocalKind.Awaiter, syntax:=node.Syntax)
97
Dim resultTemp As LocalSymbol = Me.F.
SynthesizedLocal
(rewrittenType)
161
Dim asCriticalNotifyCompletion As LocalSymbol = Me.F.
SynthesizedLocal
(ICriticalNotifyCompletion)
163
Me.F.
SynthesizedLocal
(Me.F.WellKnownType(WellKnownType.System_Runtime_CompilerServices_INotifyCompletion))
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (5)
175
Dim tempLocal As LocalSymbol = Me.F.
SynthesizedLocal
(rewritten.Type)
433
Dim tempLocal As LocalSymbol = Me.F.
SynthesizedLocal
(rewritten.Type)
578
receiverLocal = Me.F.
SynthesizedLocal
(receiver.Type)
646
Dim tempLocal As LocalSymbol = Me.F.
SynthesizedLocal
(type)
839
Dim tempLocal As LocalSymbol = Me.F.
SynthesizedLocal
(rewritten.Type)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb (2)
85
Me._exprRetValue = Me.F.
SynthesizedLocal
(Me._owner._resultType, SynthesizedLocalKind.StateMachineReturnValue, F.Syntax)
166
Dim exceptionLocal = Me.F.
SynthesizedLocal
(Me.F.WellKnownType(WellKnownType.System_Exception))
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
328
Dim param = _factory.
SynthesizedLocal
(parameterExpressionType)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_ConditionalExpresion.vb (1)
75
Dim paramLocalSymbol As LocalSymbol = Me._factory.
SynthesizedLocal
(parameterExpressionType)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
121
_methodPayload = methodBodyFactory.
SynthesizedLocal
(_payloadType, kind:=SynthesizedLocalKind.InstrumentationPayload, syntax:=methodBody.Syntax)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (1)
63
Me._methodValue = Me.F.
SynthesizedLocal
(F.CurrentMethod.ReturnType, SynthesizedLocalKind.StateMachineReturnValue, F.Syntax)
Lowering\IteratorRewriter\IteratorRewriter.vb (1)
188
Dim resultVariable = F.
SynthesizedLocal
(StateMachineType) ' iteratorClass result;
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
337
Dim savedOriginalValue = F.
SynthesizedLocal
(node.Operand.Type)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
95
CachedState = F.
SynthesizedLocal
(F.SpecialType(SpecialType.System_Int32), SynthesizedLocalKind.StateMachineCachedState, F.Syntax)
Lowering\StateMachineRewriter\StateMachineRewriter.vb (1)
128
Dim stateMachineVariable As LocalSymbol = F.
SynthesizedLocal
(frameType)