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