1 write to m_fieldType
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeFieldBuilder.cs (1)
31m_fieldType = type;
5 references to m_fieldType
System.Private.CoreLib (5)
src\System\Reflection\Emit\RuntimeFieldBuilder.cs (5)
86public override Type FieldType => m_fieldType; 143if (defaultValue == null && m_fieldType.IsValueType) 146if (!(m_fieldType.IsGenericType && m_fieldType.GetGenericTypeDefinition() == typeof(Nullable<>))) 150RuntimeTypeBuilder.SetConstantValue(m_typeBuilder.GetModuleBuilder(), m_fieldTok, m_fieldType, defaultValue);