5 references to Prefix
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\DocumentScope.cs (2)
32if (Ref.Equal(scope.Prefix, prefix)) 48if (scope.Prefix == prefix)
System\Xml\Xsl\XsltOld\OutputScope.cs (3)
90scope.Prefix != null && 91scope.Prefix.Length > 0) 93prefix = scope.Prefix;