5 references to RegexCompilationInfo
System (5)
regex\system\text\regularexpressions\Regex.cs (4)
1234public static void CompileToAssembly(RegexCompilationInfo[] regexinfos, AssemblyName assemblyname) { 1245public static void CompileToAssembly(RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[] attributes) { 1253public static void CompileToAssembly(RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[] attributes, String resourceFile) { 1259private static void CompileToAssemblyInternal (RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[] attributes, String resourceFile) {
regex\system\text\regularexpressions\RegexCompiler.cs (1)
215internal static void CompileToAssembly(RegexCompilationInfo[] regexes, AssemblyName an, CustomAttributeBuilder[] attribs, String resourceFile) {