4 implementations of WithLineInfo
System.Xaml (4)
System\Xaml\Context\NameFixupToken.cs (2)
93
XamlException IAddLineInfo.
WithLineInfo
(XamlException ex)
197
XamlException IAddLineInfo.
WithLineInfo
(XamlException ex)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1035
XamlException IAddLineInfo.
WithLineInfo
(XamlException ex)
2635
XamlException IAddLineInfo.
WithLineInfo
(XamlException ex)
3 references to WithLineInfo
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1050
throw lineInfo.
WithLineInfo
(new XamlObjectWriterException(SR.Format(SR.MissingKey, instanceType.Name)));
1295
throw lineInfo.
WithLineInfo
(new XamlObjectWriterException(err, ex));
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
687
return (LineInfo != null) ? LineInfo.
WithLineInfo
(ex) : ex;