2 references to ValueOf
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\Processor.cs (1)
578result = n != null ? ValueOf(n) : string.Empty;
System\Xml\Xsl\XsltOld\ValueOfAction.cs (1)
103string value = processor.ValueOf(frame.NodeSet.Current!);