1 write to MethodBuilder
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1606this.MethodBuilder = methodBuilder;
4 references to MethodBuilder
System.Private.Xml (4)
System\Xml\Serialization\CodeGenerator.cs (3)
81_methodBuilder = methodBuilderInfo.MethodBuilder; 1613Debug.Assert(this.MethodBuilder.ReturnType == returnType); 1614Debug.Assert(this.MethodBuilder.Attributes == attributes);
System\Xml\Serialization\XmlSerializationILGen.cs (1)
97return methodBuilderInfo.MethodBuilder;