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