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