1 write to MarshalCookie
mscorlib (1)
system\runtime\interopservices\attributes.cs (1)
602
MarshalCookie
= marshalCookie;
3 references to MarshalCookie
mscorlib (3)
system\reflection\customattribute.cs (3)
454
if (marshalAs.
MarshalCookie
!= null) i++;
472
if (marshalAs.
MarshalCookie
!= null)
473
namedArgs[i++] = new CustomAttributeNamedArgument(type.GetField("MarshalCookie"), marshalAs.
MarshalCookie
);