2 writes to funcType
System.Xml (2)
System\Xml\XPath\Internal\StringFunctions.cs (2)
24
this.
funcType
= funcType;
28
this.
funcType
= other.funcType;
6 references to funcType
System.Xml (6)
System\Xml\XPath\Internal\StringFunctions.cs (6)
28
this.funcType = other.
funcType
;
44
switch (
funcType
) {
90
if (
funcType
== Function.FunctionType.FuncStringLength) {
94
funcType
== Function.FunctionType.FuncStartsWith ||
95
funcType
== Function.FunctionType.FuncContains
229
w.WriteAttributeString("name",
funcType
.ToString());