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