5 references to Prefix
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\DocumentScope.cs (2)
31
if (Ref.Equal(scope.
Prefix
, prefix)) {
44
if (scope.
Prefix
== prefix) {
System\Xml\Xsl\XsltOld\OutputScope.cs (3)
76
scope.
Prefix
!= null &&
77
scope.
Prefix
.Length > 0) {
78
prefix = scope.
Prefix
;