2 writes to lineInfo
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
448
ctxInfo.
lineInfo
= BuildLineInfo();
977
this.
lineInfo
= lineinfo;
10 references to lineInfo
System.Data.SqlXml (10)
System\Xml\Xsl\Xslt\XsltInput.cs (7)
989
if (
lineInfo
.Start.Line == 0) {
995
lineInfo
.Uri,
996
lineInfo
.Start.Line,
lineInfo
.Start.Pos + 1, // "<"
997
lineInfo
.Start.Line,
lineInfo
.Start.Pos + 1 + elemNameLength
1005
endTagLi = new EmptyElementEndTag(
lineInfo
);
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
1703
return SetInfo(f.Error(XslLoadException.CreateMessage(ctxInfo.
lineInfo
, Res.Xslt_MissingAttribute, "select")), null, ctxInfo);
2334
AddInstruction(content, SetLineInfo(att, ctxInfo.
lineInfo
));
2793
SetLineInfo(to, info.
lineInfo
);