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
;
50
switch (
_funcType
)
105
if (
_funcType
== Function.FunctionType.FuncStringLength)
110
_funcType
== Function.FunctionType.FuncStartsWith ||
111
_funcType
== Function.FunctionType.FuncContains
277
w.WriteAttributeString("name",
_funcType
.ToString());