4 references to BakedRuntimeType
System.Private.CoreLib (4)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (2)
166!con.DeclaringType.IsSubclassOf(((RuntimeTypeBuilder)property.DeclaringType).BakedRuntimeType)) 220!con.DeclaringType.IsSubclassOf(((RuntimeTypeBuilder)namedFields[i].DeclaringType!).BakedRuntimeType))
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (2)
459if (!m_bIsBaked || m_containingType == null || m_containingType.BakedRuntimeType == null) 471if (!m_bIsBaked || m_containingType == null || m_containingType.BakedRuntimeType == null)