2 references to TypeFormat
System.Messaging (2)
System\Messaging\BinaryMessageFormatter.cs (1)
110
return new BinaryMessageFormatter(TopObjectFormat,
TypeFormat
);
System\Messaging\Design\MessageFormatterConverter.cs (1)
104
return new InstanceDescriptor(ctor, new object[] { f.TopObjectFormat, f.
TypeFormat
});