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