2 references to _categoryPrefix
System.Web.Mobile (2)
UI\MobileControls\MobileCategoryAttribute.cs (2)
23
private static readonly int _prefixLength =
_categoryPrefix
.Length;
53
int index = value.IndexOf(
_categoryPrefix
, StringComparison.Ordinal);