2 writes to _addLineInfoDelegate
System.Xaml (2)
System\Xaml\WriterDelegate.cs (2)
22_addLineInfoDelegate = addlineInfoDelegate; 80_addLineInfoDelegate = delegate { throw new XamlException(SR.WriterIsClosed); };
3 references to _addLineInfoDelegate
System.Xaml (3)
System\Xaml\WriterDelegate.cs (3)
78if (_addLineInfoDelegate is not null) 104_addLineInfoDelegate(lineNumber, linePosition); 112return _addLineInfoDelegate is not null;