3 writes to isEndOfEmptyElement
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (3)
189
isEndOfEmptyElement
= false;
192
isEndOfEmptyElement
= true;
918
isEndOfEmptyElement
= false;
35 references to isEndOfEmptyElement
dotnet-svcutil-lib (35)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (35)
36
get { return
isEndOfEmptyElement
? 0 : reader.AttributeCount; }
41
return
isEndOfEmptyElement
? null : reader.GetAttribute(name);
46
return
isEndOfEmptyElement
? null : reader.GetAttribute(name, namespaceUri);
51
if (
isEndOfEmptyElement
)
119
return !
isEndOfEmptyElement
&& reader.IsStartElement();
124
return !
isEndOfEmptyElement
&& reader.IsStartElement(localname, ns);
134
return !
isEndOfEmptyElement
&& reader.IsStartElement(localname.Value, ns.Value);
136
return !
isEndOfEmptyElement
&& dictionaryReader.IsStartElement(localname, ns);
141
return
isEndOfEmptyElement
? false : reader.MoveToAttribute(name);
146
return
isEndOfEmptyElement
? false : reader.MoveToAttribute(name, ns);
151
if (
isEndOfEmptyElement
)
158
return
isEndOfEmptyElement
? false : reader.MoveToElement();
163
return
isEndOfEmptyElement
? false : reader.MoveToFirstAttribute();
168
return
isEndOfEmptyElement
? false : reader.MoveToNextAttribute();
177
get { return
isEndOfEmptyElement
? XmlNodeType.EndElement : reader.NodeType; }
187
if (
isEndOfEmptyElement
)
198
if (
isEndOfEmptyElement
)
206
return
isEndOfEmptyElement
? false : reader.ReadAttributeValue();
215
if (
isEndOfEmptyElement
)
255
if (
isEndOfEmptyElement
)
263
return
isEndOfEmptyElement
? String.Empty : reader.ReadContentAsString();
272
if (
isEndOfEmptyElement
)
280
if (
isEndOfEmptyElement
)
292
if (
isEndOfEmptyElement
)
305
if (
isEndOfEmptyElement
)
318
if (
isEndOfEmptyElement
)
331
if (
isEndOfEmptyElement
)
372
if (
isEndOfEmptyElement
)
385
if (
isEndOfEmptyElement
)
393
if (
isEndOfEmptyElement
)
405
if (
isEndOfEmptyElement
)
493
if (
isEndOfEmptyElement
)
531
if (
isEndOfEmptyElement
)
544
if (
isEndOfEmptyElement
)
573
if (
isEndOfEmptyElement
)