1 write to word
System.Data (1)
fx\src\data\System\Data\Filter\ExpressionParser.cs (1)
59this.word = word;
2 references to word
System.Data (2)
fx\src\data\System\Data\Filter\ExpressionParser.cs (2)
1056Debug.Assert(reservedwords[i].word != null, "Make sure the arguments for Compare method are OK"); 1057int c = comparer.Compare(reservedwords[i].word, name, CompareOptions.IgnoreCase);