3 writes to _type
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operand.cs (3)
20_type = XPathResultType.String; 26_type = XPathResultType.Number; 32_type = XPathResultType.Boolean;
1 reference to _type
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Operand.cs (1)
37public override XPathResultType ReturnType { get { return _type; } }