7 references to wildcard
System.Private.Xml (7)
System\Xml\Xsl\XmlQualifiedNameTest.cs (7)
28
private static readonly XmlQualifiedNameTest s_wc = XmlQualifiedNameTest.New(
wildcard
,
wildcard
);
57
return new XmlQualifiedNameTest(name ??
wildcard
, ns ??
wildcard
, false);
74
get { return (object)this.Name == (object)
wildcard
; }
82
get { return (object)this.Namespace == (object)
wildcard
; }
129
else if ((object)this.Namespace == (object)
wildcard
)