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