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