1 write to m_creationContext
mscorlib (1)
system\reflection\emit\dynamicmethod.cs (1)
387m_creationContext = CompressedStack.Capture();
3 references to m_creationContext
mscorlib (3)
system\reflection\emit\dynamicilgenerator.cs (3)
827if (m_method.m_creationContext != null) 830if(m_method.m_creationContext.CanSkipEvaluation) 923return m_method.m_creationContext;