7 references to RegexCompilationInfo
System (1)
src\libraries\shims\System\ref\System.cs (1)
908[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.RegularExpressions.RegexCompilationInfo))]
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Regex.cs (4)
295public static void CompileToAssembly(RegexCompilationInfo[] regexinfos, AssemblyName assemblyname) => 305public static void CompileToAssembly(RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[]? attributes) => 316public static void CompileToAssembly(RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[]? attributes, string? resourceFile) 552/// <see cref="CompileToAssembly(RegexCompilationInfo[], AssemblyName)" /> method. This method is obsolete.
System\Text\RegularExpressions\RegexCompilationInfo.cs (2)
21/// Initializes a new instance of the <see cref="RegexCompilationInfo"/> class that contains information 42/// Initializes a new instance of the <see cref="RegexCompilationInfo"/> class that contains information