3 references to EndLeftToRightTag
System.Web (3)
ErrorFormatter.cs (3)
751
content = BeginLeftToRightTag + content +
EndLeftToRightTag
;
993
const string EndLeftToRightTags = "</code>" +
EndLeftToRightTag
+ "<code>";
1522
sb.Append(
EndLeftToRightTag
);