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