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