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)
77
return ReturnTypes[(int)
_functionType
];
81
public FunctionType TypeOfFunction { get { return
_functionType
; } }