2 writes to MemberIds
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1976accessor.ChoiceIdentifier.MemberIds = new string[accessor.Elements.Length];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
948member.ChoiceIdentifier.MemberIds = new string[member.Elements.Length];
3 references to MemberIds
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1991accessor.ChoiceIdentifier.MemberIds[i] = choiceMapping.Constants[j].Name; 2005accessor.ChoiceIdentifier.MemberIds[i] = choiceMapping.Constants[j].Name;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
952member.ChoiceIdentifier.MemberIds[i] = constants[i].Name;