12 references to Equals
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
801
if (Globals.TypeOfDateTimeOffset.TypeHandle.
Equals
(typeHandle))
2553
return x.Value.
Equals
(y.Value);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
501
return obj.GetType().TypeHandle.
Equals
(memberType.TypeHandle);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (1)
271
else if (declaredTypeHandle.
Equals
(objTypeHandle))
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\DynamicInterfaceCastableHelpers.cs (1)
29
if (handle.
Equals
(default))
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\DataContract.cs (2)
565
if (Globals.TypeOfDateTimeOffset.TypeHandle.
Equals
(typeHandle))
569
if (Globals.TypeOfMemoryStream.TypeHandle.
Equals
(typeHandle))
System\Runtime\Serialization\ReflectionClassWriter.cs (2)
62
ReflectionInternalSerialize(xmlWriter, context, memberValue, memberValue.GetType().TypeHandle.
Equals
(memberType.TypeHandle), writeXsiType, memberType);
102
ReflectionInternalSerialize(xmlWriter, context, memberValue!, memberValue!.GetType().TypeHandle.
Equals
(memberType.TypeHandle), writeXsiType, memberType, originValueIsNullableOfT);
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
446
return obj.GetType().TypeHandle.
Equals
(memberType.TypeHandle);
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (1)
241
else if (declaredTypeHandle.
Equals
(objTypeHandle))
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
317
return type.
Equals
(typeof(AccessibleObject).TypeHandle)