1 write to typeBuilder
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
60this.typeBuilder = typeBuilder;
2 references to typeBuilder
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
79this.methodBuilder = typeBuilder.DefineMethod(methodName, methodAttributes, returnType, argTypes); 103argList.Add("this", new ArgBuilder("this", 0, this.typeBuilder.BaseType));