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