3 instantiations of WriterDelegate
System.Xaml (3)
System\Xaml\XamlBackgroundReader.cs (1)
62_writer = new WriterDelegate(xamlNodeAddDelegate, lineInfoAddDelegate, _wrappedReader.SchemaContext);
System\Xaml\XamlNodeList.cs (1)
45_writer = new WriterDelegate(Add, AddLineInfo, schemaContext);
System\Xaml\XamlNodeQueue.cs (1)
28_writer = new WriterDelegate(Add, AddLineInfo, schemaContext);