1 write to _marshallingData
System.Reflection.Emit (1)
System\Reflection\Emit\ParameterBuilderImpl.cs (1)
56_marshallingData = MarshallingData.CreateMarshallingData(con, binaryAttribute, isField: false);
2 references to _marshallingData
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
388if (parameter._marshallingData != null) 390AddMarshalling(parameterHandle, parameter._marshallingData.SerializeMarshallingData());