4 writes to _functionType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (4)
55_functionType = ftype; 61_functionType = FunctionType.FuncUserDefined; 69_functionType = ftype; 74_functionType = ftype;
2 references to _functionType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (2)
85return ReturnTypes[(int)_functionType]; 89public FunctionType TypeOfFunction { get { return _functionType; } }