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