1 write to Namespace
System (1)
regex\system\text\regularexpressions\RegexCompilationInfo.cs (1)
48
Namespace
= fullnamespace;
2 references to Namespace
System (2)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
225
if (regexes[i].
Namespace
.Length == 0)
228
fullname = regexes[i].
Namespace
+ "." + regexes[i].Name;