4 instantiations of TextAccessor
System.Private.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1633
TextAccessor text = new
TextAccessor
();
1824
TextAccessor text = new
TextAccessor
();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1135
TextAccessor accessor = new
TextAccessor
();
1186
TextAccessor text = new
TextAccessor
();
29 references to TextAccessor
System.Private.Xml (29)
System\Xml\Serialization\Mappings.cs (3)
629
internal void SetContentModel(
TextAccessor
? text, bool hasElements)
703
private
TextAccessor
? _text;
795
internal
TextAccessor
? Text
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
692
TextAccessor
text = anyTextMapping.Text!;
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (6)
118
private void WriteMember(object? o, object? choiceSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, TypeDesc memberTypeDesc, bool writeAccessors)
131
private void WriteArray(object o, object? choiceSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc)
154
private void WriteArrayItems(ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, object o, object? choiceSources)
217
private bool TryWritePrimitiveItems(ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, object o)
343
private void WriteElements(object? o, object? choiceSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, bool writeAccessors, bool isNullable)
510
private void WriteText(object o,
TextAccessor
text)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
847
TextAccessor
? textAccessor = null;
1260
TextAccessor
? textAccessor = null;
1633
TextAccessor
text = new TextAccessor();
1824
TextAccessor
text = new TextAccessor();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1135
TextAccessor
accessor = new TextAccessor();
1186
TextAccessor
text = new TextAccessor();
System\Xml\Serialization\XmlSerializationReader.cs (1)
4145
TextAccessor
text = member.Mapping.Text!;
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
2392
TextAccessor
text = member.Mapping.Text!;
System\Xml\Serialization\XmlSerializationWriter.cs (6)
3531
private void WriteMember(string source, string? choiceSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, TypeDesc memberTypeDesc, bool writeAccessors)
3541
private void WriteArray(string source, string? choiceSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc)
3581
private void WriteArrayItems(ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc, string arrayName, string? choiceName)
3701
private void WriteElements(string source, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, string arrayName, bool writeAccessors, bool isNullable)
3707
private void WriteElements(string source, string? enumSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, string arrayName, bool writeAccessors, bool isNullable)
3945
private void WriteText(string source,
TextAccessor
text)
System\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
1404
private void WriteMember(SourceInfo source, string? choiceSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, TypeDesc memberTypeDesc, bool writeAccessors)
1414
private void WriteArray(SourceInfo source, string? choiceSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc)
1475
private void WriteArrayItems(ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, TypeDesc arrayTypeDesc, string arrayName, string? choiceName)
1607
private void WriteElements(SourceInfo source, string? enumSource, ElementAccessor[] elements,
TextAccessor
? text, ChoiceIdentifierAccessor? choice, string arrayName, bool writeAccessors, bool isNullable)
1892
private void WriteText(SourceInfo source,
TextAccessor
text)