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