2 instantiations of InterfaceMapping
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
278return new InterfaceMapping
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
1255InterfaceMapping im = new InterfaceMapping
33 references to InterfaceMapping
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
90public static InterfaceMapping GetInterfaceMap(this Type type, Type interfaceType)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\MemberInfo\TypeImpl.cs (2)
197public override System.Reflection.InterfaceMapping GetInterfaceMap(Type interfaceType) 458var map = t.GetInterfaceMap(@interface);
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
462[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InterfaceMapping))]
netstandard (1)
netstandard.cs (1)
1430[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InterfaceMapping))]
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
100InterfaceMapping map = UnderlyingType.GetInterfaceMap(typeof(System.Windows.Markup.INameScope));
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
477public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
209public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) { throw new NotSupportedException(); }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
131public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => _unmodifiedType.GetInterfaceMap(interfaceType);
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeReflectionExtensions.cs (1)
104public static InterfaceMapping GetRuntimeInterfaceMap(this TypeInfo typeInfo, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
190public sealed override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
172public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => typeImpl.GetInterfaceMap(interfaceType);
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
600public virtual InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => throw new NotSupportedException(SR.NotSupported_SubclassOverride);
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
195public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
148public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) { throw new NotSupportedException(); }
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
805public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
src\System\RuntimeType.CoreCLR.cs (2)
2737public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) 2760InterfaceMapping im;
System.Reflection.Context (6)
System\Reflection\Context\CustomReflectionContext.Projector.cs (2)
276public override InterfaceMapping ProjectInterfaceMapping(InterfaceMapping value)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
235public override InterfaceMapping GetInterfaceMap(Type interfaceType)
System\Reflection\Context\Projection\ProjectingType.cs (1)
101public override InterfaceMapping GetInterfaceMap(Type interfaceType)
System\Reflection\Context\Projection\Projector.cs (2)
77public abstract InterfaceMapping ProjectInterfaceMapping(InterfaceMapping value);
System.Reflection.Emit (5)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
477public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
System\Reflection\Emit\EnumBuilderImpl.cs (1)
142public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (1)
133public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => throw new NotSupportedException();
System\Reflection\Emit\TypeBuilderImpl.cs (2)
1248public override InterfaceMapping GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) 1255InterfaceMapping im = new InterfaceMapping
System.Reflection.Extensions (1)
System.Reflection.Extensions.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InterfaceMapping))]
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
244public sealed override InterfaceMapping GetInterfaceMap(Type interfaceType) => throw new NotSupportedException(SR.NotSupported_InterfaceMapping);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
470[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.InterfaceMapping))]
System.ServiceModel.Primitives (1)
Extensions\ReflectionExtensions.cs (1)
95public static InterfaceMapping GetInterfaceMap(this Type type, Type interfaceType)