6 references to SetKeyInternal
System.Xml (6)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
115xmlMapping.SetKeyInternal(XmlMapping.GenerateKey(type, null, defaultNamespace));
System\Xml\Serialization\XmlMapping.cs (1)
97SetKeyInternal(key);
System\Xml\Serialization\XmlMembersMapping.cs (1)
33SetKeyInternal(key.ToString());
System\Xml\Serialization\XmlReflectionImporter.cs (2)
160xmlMapping.SetKeyInternal(XmlMapping.GenerateKey(type, root, defaultNamespace)); 1971mapping.SetKeyInternal(XmlMapping.GenerateKey(type, a.XmlRoot, defaultNamespace));
System\Xml\Serialization\XmlSerializer.cs (1)
732mapping.SetKeyInternal(XmlMapping.GenerateKey(type, null, null));