6 references to SetKeyInternal
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
120xmlMapping.SetKeyInternal(XmlMapping.GenerateKey(type, null, defaultNamespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlMapping.cs (1)
112SetKeyInternal(key);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlMembersMapping.cs (1)
35SetKeyInternal(key.ToString());
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
173xmlMapping.SetKeyInternal(XmlMapping.GenerateKey(type, root, defaultNamespace)); 2270mapping.SetKeyInternal(XmlMapping.GenerateKey(type, a.XmlRoot, defaultNamespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (1)
768mapping.SetKeyInternal(XmlMapping.GenerateKey(type, null, null));