4 writes to functionType
System.Xml (4)
System\Xml\XPath\Internal\Function.cs (4)
54this.functionType = ftype; 59this.functionType = FunctionType.FuncUserDefined; 66this.functionType = ftype; 70functionType = ftype;
2 references to functionType
System.Xml (2)
System\Xml\XPath\Internal\Function.cs (2)
79return ReturnTypes[(int) functionType]; 83public FunctionType TypeOfFunction { get { return functionType; } }