24 references to ImplementationTypes
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1263
_ccRoot.InitializeComponentFn.
ImplementationTypes
.Add(iComponentConnector);
2545
cmmLC.
ImplementationTypes
.Add(new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IComponentConnector]));
System (3)
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
1892
if (e.
ImplementationTypes
.Count > 0) {
1895
foreach (CodeTypeReference type in e.
ImplementationTypes
) {
compmod\system\codedom\compiler\CodeValidator.cs (1)
279
ValidateTypeReferences(e.
ImplementationTypes
);
System.Activities (5)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (5)
723
languageProperty.
ImplementationTypes
.Add(new CodeTypeReference(typeof(ICompiledExpressionRoot)));
812
getLocationsMethod.
ImplementationTypes
.Add(new CodeTypeReference(typeof(ICompiledExpressionRoot)));
887
getExpressionTreeForExpressionMethod.
ImplementationTypes
.Add(new CodeTypeReference(typeof(ICompiledExpressionRoot)));
928
invokeExpressionMethod.
ImplementationTypes
.Add(new CodeTypeReference(typeof(ICompiledExpressionRoot)));
1274
isValidMethod.
ImplementationTypes
.Add(new CodeTypeReference(typeof(ICompiledExpressionRoot)));
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
537
getEnumerator.
ImplementationTypes
.Add(Type("System.Collections.IEnumerable"));
System.Management (4)
WmiGenerator.cs (4)
4399
cmm.
ImplementationTypes
.Add("System.Collections.ICollection");
4467
cmm.
ImplementationTypes
.Add("System.Collections.IEnumerable");
4592
cmm.
ImplementationTypes
.Add("System.Collections.IEnumerator");
4611
cmm.
ImplementationTypes
.Add("System.Collections.IEnumerator");
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeExporter.cs (4)
1671
readXmlMethod.
ImplementationTypes
.Add(Globals.TypeOfIXmlSerializable);
1692
writeXmlMethod.
ImplementationTypes
.Add(Globals.TypeOfIXmlSerializable);
1712
getSchemaMethod.
ImplementationTypes
.Add(Globals.TypeOfIXmlSerializable);
1810
getObjectDataMethod.
ImplementationTypes
.Add(Globals.TypeOfISerializable);
System.ServiceModel (1)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
473
m.
ImplementationTypes
.Add(ifaceType);
System.Web (4)
Compilation\PageCodeDomTreeGenerator.cs (4)
459
method.
ImplementationTypes
.Add(new CodeTypeReference(typeof(IHttpAsyncHandler)));
486
method.
ImplementationTypes
.Add(typeof(IHttpAsyncHandler));
517
method.
ImplementationTypes
.Add(new CodeTypeReference(typeof(IHttpAsyncHandler)));
544
method.
ImplementationTypes
.Add(typeof(IHttpAsyncHandler));