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