1 write to charProperties
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
167charProperties = new byte[char.MaxValue];
3 references to charProperties
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathLexer.cs (3)
162if (charProperties != null) 211charProperties[i] |= value; 221return charProperties[c];