4 instantiations of TextAccessor
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1614
TextAccessor text = new
TextAccessor
();
1793
TextAccessor text = new
TextAccessor
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1236
TextAccessor accessor = new
TextAccessor
();
1286
TextAccessor text = new
TextAccessor
();
20 references to TextAccessor
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (3)
627
internal void SetContentModel(
TextAccessor
text, bool hasElements)
706
private
TextAccessor
_text;
798
internal
TextAccessor
Text
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
844
TextAccessor
textAccesor = null;
1249
TextAccessor
textAccessor = null;
1614
TextAccessor
text = new TextAccessor();
1793
TextAccessor
text = new TextAccessor();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1236
TextAccessor
accessor = new TextAccessor();
1286
TextAccessor
text = new TextAccessor();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (6)
2747
private void WriteMember(string source, string choiceSource, ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, TypeDesc memberTypeDesc, bool writeAccessors)
2757
private void WriteArray(string source, string choiceSource, ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, TypeDesc arrayTypeDesc)
2797
private void WriteArrayItems(ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, TypeDesc arrayTypeDesc, string arrayName, string choiceName)
2898
private void WriteElements(string source, ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable)
2903
private void WriteElements(string source, string enumSource, ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable)
3138
private void WriteText(string source,
TextAccessor
text)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (5)
1485
private void WriteMember(SourceInfo source, string choiceSource, ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, TypeDesc memberTypeDesc, bool writeAccessors)
1496
private void WriteArray(SourceInfo source, string choiceSource, ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, TypeDesc arrayTypeDesc)
1556
private void WriteArrayItems(ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, TypeDesc arrayTypeDesc, string arrayName, string choiceName)
1648
private void WriteElements(SourceInfo source, string enumSource, ElementAccessor[] elements,
TextAccessor
text, ChoiceIdentifierAccessor choice, string arrayName, bool writeAccessors, bool isNullable)
1953
private void WriteText(SourceInfo source,
TextAccessor
text)