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)
392
if (parameter.
_marshallingData
!= null)
394
AddMarshalling(parameterHandle, parameter.
_marshallingData
.SerializeMarshallingData());