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