Implemented interface member:
method
GetInterfaceMap
System.Runtime.InteropServices._Type.GetInterfaceMap(System.Type)
9 overrides of GetInterfaceMap
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
225public override InterfaceMapping GetInterfaceMap(Type interfaceType)
system\reflection\emit\generictypeparameterbuilder.cs (1)
153public override InterfaceMapping GetInterfaceMap(Type interfaceType) { throw new NotSupportedException(); }
system\reflection\emit\symboltype.cs (1)
505public override InterfaceMapping GetInterfaceMap(Type interfaceType)
system\reflection\emit\typebuilder.cs (1)
1274public override InterfaceMapping GetInterfaceMap(Type interfaceType)
system\reflection\emit\typebuilderinstantiation.cs (1)
190public override InterfaceMapping GetInterfaceMap(Type interfaceType) { throw new NotSupportedException(); }
system\reflection\typedelegator.cs (1)
260public override InterfaceMapping GetInterfaceMap(Type interfaceType)
system\rttype.cs (1)
3149public override InterfaceMapping GetInterfaceMap(Type ifaceType)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1094public override InterfaceMapping GetInterfaceMap(Type interfaceType) { return _baseReflectionType.GetInterfaceMap(interfaceType); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1094public override InterfaceMapping GetInterfaceMap(Type interfaceType) { return _baseReflectionType.GetInterfaceMap(interfaceType); }
13 references to GetInterfaceMap
mscorlib (2)
system\reflection\RuntimeReflectionExtensions.cs (1)
75return typeInfo.GetInterfaceMap(interfaceType);
system\reflection\typedelegator.cs (1)
262return typeImpl.GetInterfaceMap(interfaceType);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
100InterfaceMapping map = UnderlyingType.GetInterfaceMap(typeof(System.Windows.Markup.INameScope));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1094public override InterfaceMapping GetInterfaceMap(Type interfaceType) { return _baseReflectionType.GetInterfaceMap(interfaceType); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1094public override InterfaceMapping GetInterfaceMap(Type interfaceType) { return _baseReflectionType.GetInterfaceMap(interfaceType); }
System.Data.Entity (3)
System\Data\Objects\ELinq\TypeSystem.cs (2)
228var map = test.DeclaringType.GetInterfaceMap(testInterface); 265InterfaceMapping interfaceMap = propertyInfo.DeclaringType.GetInterfaceMap(interfaceType);
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1571InterfaceMapping mapping = _baseClrType.GetInterfaceMap(typeof(ISerializable));
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
2463InterfaceMapping im = type.GetInterfaceMap(itype);
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
891InterfaceMapping mapping = type.GetInterfaceMap(interfaceType); 1162InterfaceMapping mapping = type.GetInterfaceMap(interfaceType);
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
420ifaceMap = implType.GetInterfaceMap(targetIface);
System.Web.Services (1)
System\Web\Services\WebMethodAttribute.cs (1)
255InterfaceMapping map = type.GetInterfaceMap(i);