4 references to StyleSheet
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
278return this.action.GetDbgData(this).StyleSheet; 292return this.action.GetDbgData(this).Variables[varIndex].GetDbgData(null).StyleSheet;
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
27dbgCompiler.Debugger.OnInstructionCompile(this.StyleSheet);
System\Xml\Xsl\XsltOld\Event.cs (1)
22Debug.Assert(DbgData.StyleSheet != null, "We call this function from *EventDbg only");