2 writes to _funcType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (2)
24_funcType = funcType; 29_funcType = other._funcType;
6 references to _funcType
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (6)
29_funcType = other._funcType; 50switch (_funcType) 105if (_funcType == Function.FunctionType.FuncStringLength) 110_funcType == Function.FunctionType.FuncStartsWith || 111_funcType == Function.FunctionType.FuncContains 277w.WriteAttributeString("name", _funcType.ToString());