1 write to MarshalType
mscorlib (1)
system\runtime\interopservices\attributes.cs (1)
600MarshalType = marshalType;
3 references to MarshalType
mscorlib (3)
system\reflection\customattribute.cs (3)
452if (marshalAs.MarshalType != null) i++; 468if (marshalAs.MarshalType != null) 469namedArgs[i++] = new CustomAttributeNamedArgument(type.GetField("MarshalType"), marshalAs.MarshalType);