<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
span.EmailStyle18
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style></head><body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word"><div class="WordSection1"><p class="MsoNormal">First, a more general question about attributes. There are a number of these items that are not directly exposed as a MethodELement or a CodeElement. How and when do these attributes get ‘built’, i.e., copied to the output class?</p><p class="MsoNormal"> </p><p class="MsoNormal">The LocalVariableTable needs to be modified as part of our instrumentation. I see how to build a LocalVariableTalbeAttribute with the ‘of()’ method, but how do I replace the existing table?</p><p class="MsoNormal"> </p><p class="MsoNormal">Also, what is the relationship between the LocalVariableTable and the LocalVariable CodeElement? Are they duplicate information? Or perhaps one is derived from the other? </p><p class="MsoNormal"> </p><p class="MsoNormal">Thank you,</p><p class="MsoNormal">Mark</p><p class="MsoNormal"> </p></div></body></html>