28 references to Add
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1097_ccRoot.CodeClass.BaseTypes.Add(KnownTypes.Types[(int)KnownElements.IStyleConnector].FullName);
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
1764typedDataContext.BaseTypes.Add(baseTypeName);
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
759rowClass.BaseTypes.Add(strTemp);
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
675typeDecl.BaseTypes.Add(EntityViewGenerationConstants.BaseTypeName);
System.Management (13)
WmiGenerator.cs (13)
3801CodeConvertorClass.BaseTypes.Add(PublicNamesUsed["TypeConverter"].ToString()); 4304ccc.BaseTypes.Add("System.Object"); 4305ccc.BaseTypes.Add("ICollection"); 4343cmp.ImplementationTypes.Add("System.Collections.ICollection"); 4361cmp.ImplementationTypes.Add("System.Collections.ICollection"); 4378cmp.ImplementationTypes.Add("System.Collections.ICollection"); 4399cmm.ImplementationTypes.Add("System.Collections.ICollection"); 4467cmm.ImplementationTypes.Add("System.Collections.IEnumerable"); 4520ecc.BaseTypes.Add("System.Object"); 4521ecc.BaseTypes.Add("System.Collections.IEnumerator"); 4560cmp.ImplementationTypes.Add("System.Collections.IEnumerator"); 4592cmm.ImplementationTypes.Add("System.Collections.IEnumerator"); 4611cmm.ImplementationTypes.Add("System.Collections.IEnumerator");
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeExporter.cs (3)
1037type.BaseTypes.Add(DataContract.GetClrTypeFullName(Globals.TypeOfIExtensibleDataObject)); 1149type.BaseTypes.Add(DataContract.GetClrTypeFullName(Globals.TypeOfISerializable)); 1266type.BaseTypes.Add(DataContract.GetClrTypeFullName(Globals.TypeOfIXmlSerializable));
System.ServiceModel (1)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
629operationCompletedEvent.Type.TypeArguments.Add(operationCompletedEventArgsType.Name);
System.Web.Services (4)
System\Web\Services\Description\SoapHttpTransportImporter.cs (2)
20ImportContext.CodeTypeDeclaration.BaseTypes.Add(typeof(SoapHttpClientProtocol).FullName); 40ImportContext.CodeTypeDeclaration.BaseTypes.Add(typeof(WebService).FullName);
System\Web\Services\Description\WebCodeGenerator.cs (2)
209codeClass.BaseTypes.Add(baseClassName); 211codeClass.BaseTypes.Add(interfaceName);
System.Xml (2)
System\Xml\Serialization\SoapCodeExporter.cs (1)
138codeClass.BaseTypes.Add(baseName);
System\Xml\Serialization\XmlCodeExporter.cs (1)
511codeClass.BaseTypes.Add(baseName);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
189rootType.BaseTypes.Add(baseClrTypeName);