3 writes to isEndOfEmptyElement
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlReaderDelegator.cs (3)
181
isEndOfEmptyElement
= false;
184
isEndOfEmptyElement
= true;
1184
isEndOfEmptyElement
= false;
48 references to isEndOfEmptyElement
System.Private.DataContractSerialization (48)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (3)
74
if (
isEndOfEmptyElement
)
93
if (
isEndOfEmptyElement
)
290
if (
isEndOfEmptyElement
)
System\Runtime\Serialization\XmlReaderDelegator.cs (45)
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
)
530
if (
isEndOfEmptyElement
)
546
if (
isEndOfEmptyElement
)
565
if (
isEndOfEmptyElement
)
594
if (
isEndOfEmptyElement
)
602
if (
isEndOfEmptyElement
)
610
if (
isEndOfEmptyElement
)
618
if (
isEndOfEmptyElement
)
702
if (
isEndOfEmptyElement
)
744
if (
isEndOfEmptyElement
)
759
if (
isEndOfEmptyElement
)
804
if (
isEndOfEmptyElement
)