1 write to _typeBuilder
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (1)
48
_typeBuilder
= typeBuilder;
2 references to _typeBuilder
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (2)
63
_methodBuilder =
_typeBuilder
.DefineMethod(methodName, methodAttributes, returnType, argTypes);
89
_argList.Add("this", new ArgBuilder("this", 0,
_typeBuilder
.BaseType));