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