5 references to BakedRuntimeType
mscorlib (5)
system\reflection\emit\customattributebuilder.cs (2)
212!con.DeclaringType.IsSubclassOf(((TypeBuilder)namedProperties[i].DeclaringType).BakedRuntimeType)) 264!con.DeclaringType.IsSubclassOf(((TypeBuilder)namedFields[i].DeclaringType).BakedRuntimeType))
system\reflection\emit\methodbuilder.cs (2)
635if (!m_bIsBaked || m_containingType == null || m_containingType.BakedRuntimeType == null) 647if (!m_bIsBaked || m_containingType == null || m_containingType.BakedRuntimeType == null)
system\reflection\emit\methodrental.cs (1)
85rType = typeBuilder.BakedRuntimeType;