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