2 references to _attributeCharacters
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
1247
int pos = value.IndexOfAny(
_attributeCharacters
);
1284
pos = value.IndexOfAny(
_attributeCharacters
, startPos);