4 implementations of WithLineInfo
System.Xaml (4)
System\Xaml\Context\NameFixupToken.cs (2)
90
XamlException IAddLineInfo.
WithLineInfo
(XamlException ex)
194
XamlException IAddLineInfo.
WithLineInfo
(XamlException ex)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1033
XamlException IAddLineInfo.
WithLineInfo
(XamlException ex)
2633
XamlException IAddLineInfo.
WithLineInfo
(XamlException ex)
3 references to WithLineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1048
throw lineInfo.
WithLineInfo
(new XamlObjectWriterException(SR.Format(SR.MissingKey, instanceType.Name)));
1293
throw lineInfo.
WithLineInfo
(new XamlObjectWriterException(err, ex));
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
685
return (LineInfo is not null) ? LineInfo.
WithLineInfo
(ex) : ex;