2 writes to styleSheet
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (2)
25this.styleSheet = dbgCompiler.Input.Navigator.Clone(); 34this.styleSheet = null;
1 reference to styleSheet
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
21public XPathNavigator StyleSheet { get { return this.styleSheet; } }