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