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