1 reference to c_SomeRegexChars
mscorlib (1)
system\security\policy\netcodegroup.cs (1)
465
while (start < str.Length && (idx = str.IndexOfAny(
c_SomeRegexChars
, start)) != -1)