9 references to ImplementationTypes
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1264
_ccRoot.InitializeComponentFn.
ImplementationTypes
.Add(iComponentConnector);
2610
cmmLC.
ImplementationTypes
.Add(new CodeTypeReference(KnownTypes.Types[(int)KnownElements.IComponentConnector]));
System.CodeDom (3)
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
1648
if (e.
ImplementationTypes
.Count > 0)
1652
foreach (CodeTypeReference type in e.
ImplementationTypes
)
System\CodeDom\Compiler\CodeValidator.cs (1)
319
ValidateTypeReferences(e.
ImplementationTypes
);
System.Runtime.Serialization.Schema (4)
System\Runtime\Serialization\Schema\CodeExporter.cs (4)
1722
readXmlMethod.
ImplementationTypes
.Add(typeof(IXmlSerializable));
1744
writeXmlMethod.
ImplementationTypes
.Add(typeof(IXmlSerializable));
1764
getSchemaMethod.
ImplementationTypes
.Add(typeof(IXmlSerializable));
1862
getObjectDataMethod.
ImplementationTypes
.Add(typeof(ISerializable));