2 writes to m_localSymInfo
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (2)
121
m_localSymInfo
= new LocalSymInfo();
234
m_localSymInfo
= null;
1 reference to m_localSymInfo
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
1204
methodBuilder.
m_localSymInfo
!.AddUsingNamespace(usingNamespace);