7 references to wildcard
System.Data.SqlXml (7)
System\Xml\Xsl\XmlQualifiedNameTest.cs (7)
31
static XmlQualifiedNameTest wc = XmlQualifiedNameTest.New(
wildcard
,
wildcard
);
55
return new XmlQualifiedNameTest(name == null ?
wildcard
: name, ns == null ?
wildcard
: ns, false);
70
get { return (object)this.Name == (object)
wildcard
; }
77
get { return (object)this.Namespace == (object)
wildcard
; }
116
else if ((object)this.Namespace == (object)
wildcard
) {