1 write to start
System.Data.SqlXml (1)
System\Xml\Xsl\SourceLineInfo.cs (1)
44
this.
start
= start;
3 references to start
System.Data.SqlXml (3)
System\Xml\Xsl\SourceLineInfo.cs (3)
50
public int StartLine { get { return this.
start
.Line; } }
51
public int StartPos { get { return this.
start
.Pos ; } }
55
public Location Start { get { return this.
start
; } }