2 instantiations of TypeSubstitutedLocalSymbol
Microsoft.CodeAnalysis.CSharp (2)
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (1)
70
newLocal = new
TypeSubstitutedLocalSymbol
(local, TypeWithAnnotations.Create(newType), CurrentMethod);
Symbols\Synthesized\TypeSubstitutedLocalSymbol.cs (1)
146
return new
TypeSubstitutedLocalSymbol
(
2 references to TypeSubstitutedLocalSymbol
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
513
TypeSubstitutedLocalSymbol
tsl => tsl.UnderlyingLocalSymbol,
Symbols\Synthesized\TypeSubstitutedLocalSymbol.cs (1)
32
TypeSubstitutedLocalSymbol
tsl => tsl._originalVariable,