1 write to end
System.Data.SqlXml (1)
System\Xml\Xsl\SourceLineInfo.cs (1)
45this.end = end;
3 references to end
System.Data.SqlXml (3)
System\Xml\Xsl\SourceLineInfo.cs (3)
52public int EndLine { get { return this.end.Line ; } } 53public int EndPos { get { return this.end.Pos ; } } 54public Location End { get { return this.end ; } }