24 references to InterfaceMapping
mscorlib (11)
system\reflection\cominterfaces.cs (1)
77
InterfaceMapping
GetInterfaceMap(Type interfaceType);
system\reflection\emit\enumbuilder.cs (1)
225
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType)
system\reflection\emit\generictypeparameterbuilder.cs (1)
153
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType) { throw new NotSupportedException(); }
system\reflection\emit\symboltype.cs (1)
505
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType)
system\reflection\emit\typebuilder.cs (1)
1274
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType)
system\reflection\emit\typebuilderinstantiation.cs (1)
190
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType) { throw new NotSupportedException(); }
system\reflection\RuntimeReflectionExtensions.cs (1)
70
public static
InterfaceMapping
GetRuntimeInterfaceMap(this TypeInfo typeInfo, Type interfaceType)
system\reflection\typedelegator.cs (1)
260
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType)
system\rttype.cs (2)
3149
public override
InterfaceMapping
GetInterfaceMap(Type ifaceType)
3176
InterfaceMapping
im;
system\type.cs (1)
1831
public virtual
InterfaceMapping
GetInterfaceMap(Type interfaceType)
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
100
InterfaceMapping
map = UnderlyingType.GetInterfaceMap(typeof(System.Windows.Markup.INameScope));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1094
public 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)
1094
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType) { return _baseReflectionType.GetInterfaceMap(interfaceType); }
System.Data.Entity (3)
System\Data\Objects\ELinq\TypeSystem.cs (2)
228
var
map = test.DeclaringType.GetInterfaceMap(testInterface);
265
InterfaceMapping
interfaceMap = propertyInfo.DeclaringType.GetInterfaceMap(interfaceType);
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1571
InterfaceMapping
mapping = _baseClrType.GetInterfaceMap(typeof(ISerializable));
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
2463
InterfaceMapping
im = type.GetInterfaceMap(itype);
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
891
InterfaceMapping
mapping = type.GetInterfaceMap(interfaceType);
1162
InterfaceMapping
mapping = type.GetInterfaceMap(interfaceType);
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (3)
414
InterfaceMapping
ifaceMap = default(
InterfaceMapping
);
448
InterfaceMapping
ifaceMap, bool useImplAttrs)
System.Web.Services (1)
System\Web\Services\WebMethodAttribute.cs (1)
255
InterfaceMapping
map = type.GetInterfaceMap(i);