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)
50switch (_funcType) 103public override XPathResultType StaticType { get { return Function.ReturnTypes[(int)_funcType]; } } 107NodeFunctions method = new NodeFunctions(_funcType, Clone(_arg)); 115w.WriteAttributeString("name", _funcType.ToString());