4 writes to BaseType
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractImporter.cs (3)
1492bodyPart.BaseType = ImportType(bodyPart, part.Type, isEncoded); 1513part.BaseType = ImportElement(part, element, false/*isEncoded*/); 2019part.BaseType = member.GenerateTypeName(codeProvider);
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
199part.BaseType = GetTypeName(memberMapping);
5 references to BaseType
System.ServiceModel (5)
System\ServiceModel\ComIntegration\DispatchProxy.cs (4)
124if (string.IsNullOrEmpty(msgDesc.Body.ReturnValue.BaseType)) 127msgDesc.Body.ReturnValue.Type = Type.GetType(msgDesc.Body.ReturnValue.BaseType); 149if (string.IsNullOrEmpty(param.BaseType)) 151paramInfo.type = Type.GetType(param.BaseType, true);
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
200operationGenerator.ParameterTypes.Add(part, new CodeTypeReference(part.BaseType));