2 implementations of IQilAnnotation
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (1)
56internal class OptimizerPatterns : IQilAnnotation {
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
52internal class XmlILConstructInfo : IQilAnnotation {
3 references to IQilAnnotation
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilXmlWriter.cs (3)
98else if (ann is IQilAnnotation) { 100IQilAnnotation qilann = ann as IQilAnnotation;