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