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