1 instantiation of PersistStreamTypeWrapper
System.ServiceModel (1)
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (1)
291PersistStreamTypeWrapper objToSerialize = new PersistStreamTypeWrapper();
6 references to PersistStreamTypeWrapper
System.ServiceModel (6)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
201operationDescription.KnownTypes.Add(typeof(PersistStreamTypeWrapper));
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (5)
279return typeof(PersistStreamTypeWrapper); 291PersistStreamTypeWrapper objToSerialize = new PersistStreamTypeWrapper(); 307PersistStreamTypeWrapper streamWrapper = obj as PersistStreamTypeWrapper; 335customDataTypes.Add(typeof(PersistStreamTypeWrapper));