3 writes to isEndOfEmptyElement
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlReaderDelegator.cs (3)
181
isEndOfEmptyElement
= false;
184
isEndOfEmptyElement
= true;
1104
isEndOfEmptyElement
= false;
44 references to isEndOfEmptyElement
System.Private.DataContractSerialization (44)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (3)
74
if (
isEndOfEmptyElement
)
93
if (
isEndOfEmptyElement
)
290
if (
isEndOfEmptyElement
)
System\Runtime\Serialization\XmlReaderDelegator.cs (41)
39
get { return
isEndOfEmptyElement
? 0 : reader.AttributeCount; }
44
return
isEndOfEmptyElement
? null : reader.GetAttribute(name);
49
return
isEndOfEmptyElement
? null : reader.GetAttribute(name, namespaceUri);
54
if (
isEndOfEmptyElement
)
119
return !
isEndOfEmptyElement
&& reader.IsStartElement();
124
return !
isEndOfEmptyElement
&& reader.IsStartElement(localname, ns);
130
return !
isEndOfEmptyElement
&& reader.IsStartElement(localname.Value, ns.Value);
132
return !
isEndOfEmptyElement
&& dictionaryReader.IsStartElement(localname, ns);
137
return
isEndOfEmptyElement
? false : reader.MoveToAttribute(name);
142
return
isEndOfEmptyElement
? false : reader.MoveToAttribute(name, ns);
147
if (
isEndOfEmptyElement
)
154
return
isEndOfEmptyElement
? false : reader.MoveToElement();
159
return
isEndOfEmptyElement
? false : reader.MoveToFirstAttribute();
164
return
isEndOfEmptyElement
? false : reader.MoveToNextAttribute();
169
get { return
isEndOfEmptyElement
? XmlNodeType.EndElement : reader.NodeType; }
179
if (
isEndOfEmptyElement
)
190
if (
isEndOfEmptyElement
)
198
return
isEndOfEmptyElement
? false : reader.ReadAttributeValue();
203
if (
isEndOfEmptyElement
)
368
if (
isEndOfEmptyElement
)
376
return
isEndOfEmptyElement
? string.Empty : reader.ReadContentAsString();
381
if (
isEndOfEmptyElement
)
389
if (
isEndOfEmptyElement
)
397
if (
isEndOfEmptyElement
)
405
if (
isEndOfEmptyElement
)
413
if (
isEndOfEmptyElement
)
421
if (
isEndOfEmptyElement
)
429
if (
isEndOfEmptyElement
)
437
if (
isEndOfEmptyElement
)
445
if (
isEndOfEmptyElement
)
460
if (
isEndOfEmptyElement
)
498
if (
isEndOfEmptyElement
)
506
if (
isEndOfEmptyElement
)
514
if (
isEndOfEmptyElement
)
522
if (
isEndOfEmptyElement
)
530
if (
isEndOfEmptyElement
)
538
if (
isEndOfEmptyElement
)
622
if (
isEndOfEmptyElement
)
664
if (
isEndOfEmptyElement
)
679
if (
isEndOfEmptyElement
)
724
if (
isEndOfEmptyElement
)