2 writes to _addLineInfoDelegate
System.Xaml (2)
System\Xaml\WriterDelegate.cs (2)
21_addLineInfoDelegate = addlineInfoDelegate; 79_addLineInfoDelegate = delegate { throw new XamlException(SR.WriterIsClosed); };
3 references to _addLineInfoDelegate
System.Xaml (3)
System\Xaml\WriterDelegate.cs (3)
77if (_addLineInfoDelegate is not null) 103_addLineInfoDelegate(lineNumber, linePosition); 111return _addLineInfoDelegate is not null;