1 write to ClrNamespace
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
153
ann.
ClrNamespace
= r.GetAttribute("clrNamespace");
3 references to ClrNamespace
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilXmlReader.cs (3)
342
Debug.Assert(ann.
ClrNamespace
!= null, "XsltInvokeEarlyBound must have a clrNamespace attribute");
349
Type t = asm.GetType(ann.
ClrNamespace
);
356
Debug.Assert(mi != null, "Cannot find method " + ann.
ClrNamespace
+ "." + name.ToString());