3 writes to _functionType
System.Private.Xml (3)
System\Xml\XPath\Internal\Function.cs (3)
52_functionType = ftype; 58_functionType = FunctionType.FuncUserDefined; 66_functionType = ftype;
2 references to _functionType
System.Private.Xml (2)
System\Xml\XPath\Internal\Function.cs (2)
77return ReturnTypes[(int)_functionType]; 81public FunctionType TypeOfFunction { get { return _functionType; } }