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