2 writes to _xmlReader
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\XmlFragmentParser.cs (2)
60_xmlReader ??= XmlReader.Create(_textReader, s_xmlSettings); 84_xmlReader = null;
8 references to _xmlReader
Microsoft.CodeAnalysis.Workspaces (8)
Shared\Utilities\XmlFragmentParser.cs (8)
69_xmlReader.Read(); 73callback(_xmlReader, arg); 78_xmlReader.ReadEndElement(); 83_xmlReader.Dispose(); 97return _xmlReader.Depth < 2; 105return _xmlReader.Depth == 1 106&& _xmlReader.NodeType == XmlNodeType.EndElement 107&& _xmlReader.LocalName == Reader.CurrentElementName;