2 writes to _xmlReader
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\XmlFragmentParser.cs (2)
61_xmlReader ??= XmlReader.Create(_textReader, s_xmlSettings); 85_xmlReader = null;
8 references to _xmlReader
Microsoft.CodeAnalysis.Workspaces (8)
Shared\Utilities\XmlFragmentParser.cs (8)
70_xmlReader.Read(); 74callback(_xmlReader, arg); 79_xmlReader.ReadEndElement(); 84_xmlReader.Dispose(); 98return _xmlReader.Depth < 2; 106return _xmlReader.Depth == 1 107&& _xmlReader.NodeType == XmlNodeType.EndElement 108&& _xmlReader.LocalName == Reader.CurrentElementName;