2 instantiations of ChoiceIdentifierAccessor
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1548
accessor.ChoiceIdentifier = new
ChoiceIdentifierAccessor
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
944
member.ChoiceIdentifier = new
ChoiceIdentifierAccessor
();
13 references to ChoiceIdentifierAccessor
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
707
private
ChoiceIdentifierAccessor
_choiceIdentifier;
804
internal
ChoiceIdentifierAccessor
ChoiceIdentifier
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (6)
2747
private void WriteMember(string source, string choiceSource, ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, TypeDesc memberTypeDesc, bool writeAccessors)
2757
private void WriteArray(string source, string choiceSource, ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, TypeDesc arrayTypeDesc)
2797
private void WriteArrayItems(ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, TypeDesc arrayTypeDesc, string arrayName, string choiceName)
2898
private void WriteElements(string source, ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, string arrayName, bool writeAccessors, bool isNullable)
2903
private void WriteElements(string source, string enumSource, ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, string arrayName, bool writeAccessors, bool isNullable)
3488
private void WriteChoiceTypeCheck(string source, string fullTypeName, bool useReflection,
ChoiceIdentifierAccessor
choice, string enumName, TypeDesc typeDesc)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
1485
private void WriteMember(SourceInfo source, string choiceSource, ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, TypeDesc memberTypeDesc, bool writeAccessors)
1496
private void WriteArray(SourceInfo source, string choiceSource, ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, TypeDesc arrayTypeDesc)
1556
private void WriteArrayItems(ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, TypeDesc arrayTypeDesc, string arrayName, string choiceName)
1648
private void WriteElements(SourceInfo source, string enumSource, ElementAccessor[] elements, TextAccessor text,
ChoiceIdentifierAccessor
choice, string arrayName, bool writeAccessors, bool isNullable)
2281
private void WriteChoiceTypeCheck(SourceInfo source, string fullTypeName,
ChoiceIdentifierAccessor
choice, string enumName, TypeDesc typeDesc)