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