2 writes to funcType
System.Xml (2)
System\Xml\XPath\Internal\BooleanFunctions.cs (2)
23
this.
funcType
= funcType;
27
this.
funcType
= other.funcType;
3 references to funcType
System.Xml (3)
System\Xml\XPath\Internal\BooleanFunctions.cs (3)
27
this.funcType = other.
funcType
;
37
switch (
funcType
) {
83
w.WriteAttributeString("name",
funcType
.ToString());