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)
161if (_marshalTypeName != null) 163writer.WriteSerializedString(_marshalTypeName); 205if (_marshalTypeName != null) 207writer.WriteSerializedString(_marshalTypeName);