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