2 writes to _marshalTypeName
System.Reflection.Emit (2)
System\Reflection\Emit\PseudoCustomAttributesData.cs (2)
235
_marshalTypeName
= name;
274
_marshalTypeName
= type;
4 references to _marshalTypeName
System.Reflection.Emit (4)
System\Reflection\Emit\PseudoCustomAttributesData.cs (4)
161
if (
_marshalTypeName
!= null)
163
writer.WriteSerializedString(
_marshalTypeName
);
205
if (
_marshalTypeName
!= null)
207
writer.WriteSerializedString(
_marshalTypeName
);