2 writes to namespaces
System.ServiceModel (2)
System\ServiceModel\XPathMessageQuery.cs (2)
50this.namespaces = namespaces; 85this.namespaces = value;
2 references to namespaces
System.ServiceModel (2)
System\ServiceModel\XPathMessageQuery.cs (2)
80return this.namespaces; 154this.matcher.Compile(this.expression, this.namespaces);