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)
147writer.WriteCompressedInteger((int)_marshalType); 148switch (_marshalType)