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