1 write to Word
System (1)
regex\system\text\regularexpressions\RegexCharClass.cs (1)
482
Word
= word.ToString();
6 references to Word
System (6)
regex\system\text\regularexpressions\RegexCharClass.cs (6)
483
NotWord = NegateCategory(
Word
);
488
WordClass = "\x00\x00" + (char)
Word
.Length +
Word
;
489
NotWordClass = "\x01\x00" + (char)
Word
.Length +
Word
;;
712
AddCategory(RegexCharClass.
Word
);