7 writes to _marshalType
System.Reflection.Emit (7)
System\Reflection\Emit\PseudoCustomAttributesData.cs (7)
234
_marshalType
= UnmanagedType.CustomMarshaler;
243
_marshalType
= unmanagedType;
252
_marshalType
= UnmanagedType.LPArray;
263
_marshalType
= UnmanagedType.ByValArray;
272
_marshalType
= UnmanagedType.SafeArray;
281
_marshalType
= UnmanagedType.ByValTStr;
288
_marshalType
= type;
2 references to _marshalType
System.Reflection.Emit (2)
System\Reflection\Emit\PseudoCustomAttributesData.cs (2)
147
writer.WriteCompressedInteger((int)
_marshalType
);
148
switch (
_marshalType
)