1 write to m_fieldType
mscorlib (1)
system\reflection\fieldinfo.cs (1)
813
m_fieldType
= new Signature(this, m_declaringType).FieldType;
2 references to m_fieldType
mscorlib (2)
system\reflection\fieldinfo.cs (2)
812
if (
m_fieldType
== null)
815
return
m_fieldType
;