4 instantiations of TextAccessor
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1407TextAccessor text = new TextAccessor(); 1566TextAccessor text = new TextAccessor();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1067TextAccessor accessor = new TextAccessor(); 1111TextAccessor text = new TextAccessor();
22 references to TextAccessor
System.Xml (22)
System\Xml\Serialization\Mappings.cs (3)
527internal void SetContentModel(TextAccessor text, bool hasElements) { 590TextAccessor text; 671internal TextAccessor Text {
System\Xml\Serialization\XmlReflectionImporter.cs (4)
742TextAccessor textAccesor = null; 1094TextAccessor textAccessor = null; 1407TextAccessor text = new TextAccessor(); 1566TextAccessor text = new TextAccessor();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1067TextAccessor accessor = new TextAccessor(); 1111TextAccessor text = new TextAccessor();
System\Xml\Serialization\XmlSerializationReader.cs (1)
3789TextAccessor text = member.Mapping.Text;
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
2368TextAccessor text = member.Mapping.Text;
System\Xml\Serialization\XmlSerializationWriter.cs (6)
2373void WriteMember(string source, string choiceSource, ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, TypeDesc memberTypeDesc, bool writeAccessors) { 2382void WriteArray(string source, string choiceSource, ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, TypeDesc arrayTypeDesc) { 2418void WriteArrayItems(ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, TypeDesc arrayTypeDesc, string arrayName, string choiceName) { 2505void WriteElements(string source, ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable) { 2509void WriteElements(string source, string enumSource, ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable) { 2721void WriteText(string source, TextAccessor text) {
System\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
1364void WriteMember(SourceInfo source, string choiceSource, ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, TypeDesc memberTypeDesc, bool writeAccessors) { 1374void WriteArray(SourceInfo source, string choiceSource, ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, TypeDesc arrayTypeDesc) { 1430void WriteArrayItems(ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, TypeDesc arrayTypeDesc, string arrayName, string choiceName) 1518void WriteElements(SourceInfo source, string enumSource, ElementAccessor[] elements, TextAccessor text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable) { 1796void WriteText(SourceInfo source, TextAccessor text) {