6 writes to SourceLine
System.Data.SqlXml (6)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
78replacement.SourceLine = original.SourceLine;
System\Xml\Xsl\QIL\QilXmlReader.cs (2)
168nd.SourceLine = ParseLineInfo(r.GetAttribute("lineInfo")); 379nd.SourceLine = list.SourceLine;
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
489paramFunc.SourceLine = SourceLineInfo.NoSource; 1903it.SourceLine = SourceLineInfo.NoSource; 2342n.SourceLine = lineInfo;
23 references to SourceLine
System.Data.SqlXml (23)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (8)
123this.helper.MethodBegin(methGlobal, iter.SourceLine, false); 227this.helper.MethodBegin(methFunc, ndFunc.SourceLine, useWriter); 231if (this.qil.IsDebug && iter.SourceLine != null) 232this.helper.DebugSequencePoint(iter.SourceLine); 283if (this.qil.IsDebug && nd.SourceLine != null && !(nd is QilIterator)) 284this.helper.DebugSequencePoint(nd.SourceLine); 1957if (this.qil.IsDebug && ndIter.SourceLine != null) 1958this.helper.DebugSequencePoint(ndIter.SourceLine);
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
78replacement.SourceLine = original.SourceLine;
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
379nd.SourceLine = list.SourceLine;
System\Xml\Xsl\QIL\QilXmlWriter.cs (5)
121node.SourceLine.Start.Line, node.SourceLine.Start.Pos, 122node.SourceLine.End.Line , node.SourceLine.End.Pos 276if ((this.options & Options.LineInfo) != 0 && node.SourceLine != null)
System\Xml\Xsl\XmlIlGenerator.cs (3)
134XmlILMethodAttributes methAttrs = (this.qil.Root.SourceLine == null) ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None; 221methAttrs = ndFunc.SourceLine == null ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None; 245methAttrs = ndRef.SourceLine == null ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None;
System\Xml\Xsl\Xslt\QilGenerator.cs (5)
477SetLineInfo(formal, args[j].SourceLine); 1266Debug.Assert(varValue.SourceLine == null); 1900SetLineInfo(content, it.SourceLine); 2330if (n.SourceLine == null) { 2338Debug.Assert(n.SourceLine == null);