4 instantiations of TextAccessor
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1631TextAccessor text = new TextAccessor(); 1808TextAccessor text = new TextAccessor();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1135TextAccessor accessor = new TextAccessor(); 1186TextAccessor text = new TextAccessor();
28 references to TextAccessor
System.Private.Xml (28)
System\Xml\Serialization\Mappings.cs (3)
615internal void SetContentModel(TextAccessor? text, bool hasElements) 689private TextAccessor? _text; 781internal TextAccessor? Text
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
683TextAccessor text = anyTextMapping.Text!;
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (5)
117private void WriteMember(object? o, object? choiceSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, TypeDesc memberTypeDesc, bool writeAccessors) 130private void WriteArray(object o, object? choiceSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc) 153private void WriteArrayItems(ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, object o, object? choiceSources) 185private void WriteElements(object? o, object? choiceSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, bool writeAccessors, bool isNullable) 352private void WriteText(object o, TextAccessor text)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
847TextAccessor? textAccessor = null; 1258TextAccessor? textAccessor = null; 1631TextAccessor text = new TextAccessor(); 1808TextAccessor text = new TextAccessor();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1135TextAccessor accessor = new TextAccessor(); 1186TextAccessor text = new TextAccessor();
System\Xml\Serialization\XmlSerializationReader.cs (1)
4074TextAccessor text = member.Mapping.Text!;
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
2315TextAccessor text = member.Mapping.Text!;
System\Xml\Serialization\XmlSerializationWriter.cs (6)
3484private void WriteMember(string source, string? choiceSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, TypeDesc memberTypeDesc, bool writeAccessors) 3494private void WriteArray(string source, string? choiceSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc) 3534private void WriteArrayItems(ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc, string arrayName, string? choiceName) 3636private void WriteElements(string source, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, string arrayName, bool writeAccessors, bool isNullable) 3642private void WriteElements(string source, string? enumSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, string arrayName, bool writeAccessors, bool isNullable) 3880private void WriteText(string source, TextAccessor text)
System\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
1404private void WriteMember(SourceInfo source, string? choiceSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, TypeDesc memberTypeDesc, bool writeAccessors) 1414private void WriteArray(SourceInfo source, string? choiceSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc) 1475private void WriteArrayItems(ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc, string arrayName, string? choiceName) 1564private void WriteElements(SourceInfo source, string? enumSource, ElementAccessor[] elements, TextAccessor? text, ChoiceIdentifierAccessor? choice, string arrayName, bool writeAccessors, bool isNullable) 1849private void WriteText(SourceInfo source, TextAccessor text)