1 write to _chartolowerM
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
165
_chartolowerM
= typeof(Char).GetMethod("ToLower", new Type[] {typeof(Char), typeof(CultureInfo)});
1 reference to _chartolowerM
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
982
Call(
_chartolowerM
);