22 references to Add
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
1768
typedDataContext.BaseTypes.
Add
(typeof(CompiledDataContext));
System.Data (5)
fx\src\data\System\Data\CodeGen\datacache.cs (5)
316
dataTableClass.BaseTypes.
Add
(typeof(DataTable));
317
dataTableClass.BaseTypes.
Add
(typeof(System.Collections.IEnumerable));
756
rowClass.BaseTypes.
Add
(typeof(DataRow));
959
rowClass.BaseTypes.
Add
(typeof(EventArgs));
1013
dataSetClass.BaseTypes.
Add
(typeof(DataSet));
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
777
propertyChangedEvent.ImplementationTypes.
Add
(typeof(System.ComponentModel.INotifyPropertyChanged));
System.Runtime.Serialization (10)
System\Runtime\Serialization\CodeExporter.cs (10)
838
type.BaseTypes.
Add
(Globals.TypeOfObject);
1083
type.BaseTypes.
Add
(EnumDataContract.GetBaseType(enumDataContract.BaseContractName));
1148
type.BaseTypes.
Add
(Globals.TypeOfObject);
1262
type.BaseTypes.
Add
(Globals.TypeOfObject);
1671
readXmlMethod.ImplementationTypes.
Add
(Globals.TypeOfIXmlSerializable);
1692
writeXmlMethod.ImplementationTypes.
Add
(Globals.TypeOfIXmlSerializable);
1712
getSchemaMethod.ImplementationTypes.
Add
(Globals.TypeOfIXmlSerializable);
1810
getObjectDataMethod.ImplementationTypes.
Add
(Globals.TypeOfISerializable);
1886
extensionDataObjectProperty.ImplementationTypes.
Add
(Globals.TypeOfIExtensibleDataObject);
1927
propertyChangedEvent.ImplementationTypes.
Add
(Globals.TypeOfIPropertyChange);
System.ServiceModel (1)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
625
operationCompletedEvent.Type.TypeArguments.
Add
(asyncCompletedEventArgsType);
System.Web (2)
Compilation\PageCodeDomTreeGenerator.cs (2)
486
method.ImplementationTypes.
Add
(typeof(IHttpAsyncHandler));
544
method.ImplementationTypes.
Add
(typeof(IHttpAsyncHandler));
System.Xml (2)
System\Xml\Serialization\CodeExporter.cs (2)
336
codeClass.BaseTypes.
Add
(typeof(object));
374
propertyChangedEvent.ImplementationTypes.
Add
(typeof(System.ComponentModel.INotifyPropertyChanged));