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