2 writes to clsid
System.ServiceModel (2)
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (2)
182
this.
clsid
= typeof(T).GUID;
292
streamableObject.GetClassID(out objToSerialize.
clsid
);
5 references to clsid
System.ServiceModel (5)
System\ServiceModel\ComIntegration\PersistStreamTypeWrapper.cs (5)
212
if (
clsid
== typeof(T).GUID)
256
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.CLSIDOfTypeDoesNotMatch, typeof(T).GUID.ToString(),
clsid
.ToString("B"))));
310
if (IsAllowedClass(streamWrapper.
clsid
))
312
return PersistHelper.ActivateAndLoadFromByteStream(streamWrapper.
clsid
, streamWrapper.dataStream);
315
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.NotAllowedPersistableCLSID, streamWrapper.
clsid
.ToString("B"))));