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