1 write to _funcType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
23
_funcType
= funcType;
4 references to _funcType
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (4)
50
switch (
_funcType
)
103
public override XPathResultType StaticType { get { return Function.ReturnTypes[(int)
_funcType
]; } }
107
NodeFunctions method = new NodeFunctions(
_funcType
, Clone(_arg));
115
w.WriteAttributeString("name",
_funcType
.ToString());