24 references to InterfaceMapping
mscorlib (11)
system\reflection\cominterfaces.cs (1)
77InterfaceMapping GetInterfaceMap(Type interfaceType);
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\RuntimeReflectionExtensions.cs (1)
70public static InterfaceMapping GetRuntimeInterfaceMap(this TypeInfo typeInfo, Type interfaceType)
system\reflection\typedelegator.cs (1)
260public override InterfaceMapping GetInterfaceMap(Type interfaceType)
system\rttype.cs (2)
3149public override InterfaceMapping GetInterfaceMap(Type ifaceType) 3176InterfaceMapping im;
system\type.cs (1)
1831public virtual InterfaceMapping GetInterfaceMap(Type 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 (3)
System\ServiceModel\Description\TypeLoader.cs (3)
414InterfaceMapping ifaceMap = default(InterfaceMapping); 448InterfaceMapping ifaceMap, bool useImplAttrs)
System.Web.Services (1)
System\Web\Services\WebMethodAttribute.cs (1)
255InterfaceMapping map = type.GetInterfaceMap(i);