1 write to start
System.Private.Xml (1)
System\Xml\Xsl\SourceLineInfo.cs (1)
41
this.
start
= start;
2 references to start
System.Private.Xml (2)
System\Xml\Xsl\SourceLineInfo.cs (2)
47
public int StartLine { get { return this.
start
.Line; } }
49
public Location Start { get { return this.
start
; } }