3 references to EncHoistedLocalInfo
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (2)
1723
hoistedVariables.Add(new
EncHoistedLocalInfo
(true));
1742
hoistedVariables.Add(new
EncHoistedLocalInfo
(true));
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\MethodCompiler.vb (1)
1742
hoistedVariables.Add(New
EncHoistedLocalInfo
(True))