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