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