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