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