3 writes to isEndOfEmptyElement
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlReaderDelegator.cs (3)
186
isEndOfEmptyElement
= false;
189
isEndOfEmptyElement
= true;
1164
isEndOfEmptyElement
= false;
44 references to isEndOfEmptyElement
System.Runtime.Serialization (44)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (3)
109
if (
isEndOfEmptyElement
)
132
if (
isEndOfEmptyElement
)
340
if (
isEndOfEmptyElement
)
System\Runtime\Serialization\XmlReaderDelegator.cs (41)
45
get { return
isEndOfEmptyElement
? 0 : reader.AttributeCount; }
50
return
isEndOfEmptyElement
? null : reader.GetAttribute(name);
55
return
isEndOfEmptyElement
? null : reader.GetAttribute(name, namespaceUri);
60
if (
isEndOfEmptyElement
)
124
return !
isEndOfEmptyElement
&& reader.IsStartElement();
129
return !
isEndOfEmptyElement
&& reader.IsStartElement(localname, ns);
135
return !
isEndOfEmptyElement
&& reader.IsStartElement(localname.Value, ns.Value);
137
return !
isEndOfEmptyElement
&& dictionaryReader.IsStartElement(localname, ns);
142
return
isEndOfEmptyElement
? false : reader.MoveToAttribute(name);
147
return
isEndOfEmptyElement
? false : reader.MoveToAttribute(name, ns);
152
if (
isEndOfEmptyElement
)
159
return
isEndOfEmptyElement
? false : reader.MoveToElement();
164
return
isEndOfEmptyElement
? false : reader.MoveToFirstAttribute();
169
return
isEndOfEmptyElement
? false : reader.MoveToNextAttribute();
174
get { return
isEndOfEmptyElement
? XmlNodeType.EndElement : reader.NodeType; }
184
if (
isEndOfEmptyElement
)
199
if (
isEndOfEmptyElement
)
207
return
isEndOfEmptyElement
? false : reader.ReadAttributeValue();
212
if (
isEndOfEmptyElement
)
379
if (
isEndOfEmptyElement
)
387
return
isEndOfEmptyElement
? String.Empty : reader.ReadContentAsString();
392
if (
isEndOfEmptyElement
)
400
if (
isEndOfEmptyElement
)
408
if (
isEndOfEmptyElement
)
416
if (
isEndOfEmptyElement
)
424
if (
isEndOfEmptyElement
)
432
if (
isEndOfEmptyElement
)
440
if (
isEndOfEmptyElement
)
448
if (
isEndOfEmptyElement
)
460
if (
isEndOfEmptyElement
)
479
if (
isEndOfEmptyElement
)
520
if (
isEndOfEmptyElement
)
528
if (
isEndOfEmptyElement
)
536
if (
isEndOfEmptyElement
)
544
if (
isEndOfEmptyElement
)
552
if (
isEndOfEmptyElement
)
560
if (
isEndOfEmptyElement
)
655
if (
isEndOfEmptyElement
)
700
if (
isEndOfEmptyElement
)
716
if (
isEndOfEmptyElement
)
762
if (
isEndOfEmptyElement
)