5 writes to resultType
System.ServiceModel (5)
System\ServiceModel\Dispatcher\XPathResult.cs (5)
23this.resultType = XPathResultType.NodeSet; 29this.resultType = XPathResultType.String; 35this.resultType = XPathResultType.Boolean; 41this.resultType = XPathResultType.Number; 141result.resultType = this.resultType;
7 references to resultType
System.ServiceModel (7)
System\ServiceModel\Dispatcher\XPathResult.cs (7)
52return this.resultType; 66switch (this.resultType) 87if (this.resultType != XPathResultType.NodeSet) 97switch (this.resultType) 118switch (this.resultType) 141result.resultType = this.resultType; 142switch (this.resultType)