1 write to Namespace
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
26Namespace = fullnamespace;
3 references to Namespace
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.cs (2)
249string fullname = regexinfos[i].Namespace.Length == 0 ? 251regexinfos[i].Namespace + "." + regexinfos[i].Name;
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
61ArgumentNullException.ThrowIfNull(value, nameof(Namespace));