4 writes to _typebuilder
System (4)
regex\system\text\regularexpressions\RegexCompiler.cs (4)
3305_typebuilder = null; 3370_typebuilder = _module.DefineType(typename, TypeAttributes.Class | TypeAttributes.Public, inheritfromclass); 3372_typebuilder = _module.DefineType(typename, TypeAttributes.Class | TypeAttributes.NotPublic, inheritfromclass); 3398_typebuilder = null;
5 references to _typebuilder
System (5)
regex\system\text\regularexpressions\RegexCompiler.cs (5)
3203defCtorBuilder = _typebuilder.DefineConstructor(ma, CallingConventions.Standard, noTypeArray); 3280tmoutCtorBuilder = _typebuilder.DefineConstructor(ma, CallingConventions.Standard, new Type[] { typeof(TimeSpan) }); 3303_typebuilder.CreateType(); 3382_methbuilder = _typebuilder.DefineMethod(methname, ma, returntype, null); 3397Type retval = _typebuilder.CreateType();