4 writes to m_bIsBaked
mscorlib (4)
system\reflection\emit\methodbuilder.cs (4)
176m_bIsBaked = false; 296m_bIsBaked=true; 1022m_bIsBaked = true; 1097m_bIsBaked = true;
7 references to m_bIsBaked
mscorlib (7)
system\reflection\emit\ilgenerator.cs (1)
1288if (methodBuilder.m_bIsBaked) {
system\reflection\emit\methodbuilder.cs (6)
225if (m_bIsBaked) 336if (!m_bIsBaked) 635if (!m_bIsBaked || m_containingType == null || m_containingType.BakedRuntimeType == null) 647if (!m_bIsBaked || m_containingType == null || m_containingType.BakedRuntimeType == null) 972if (m_bIsBaked) 1071if (m_bIsBaked)