1 write to _writer
System.Xaml (1)
System\Xaml\XamlNodeList.cs (1)
44_writer = new WriterDelegate(Add, AddLineInfo, schemaContext);
3 references to _writer
System.Xaml (3)
System\Xaml\XamlNodeList.cs (3)
49get { return _writer; } 59if (_writer.SchemaContext is null) 64return new ReaderMultiIndexDelegate(_writer.SchemaContext, Index, _nodeList.Count, _hasLineInfo);