2 instantiations of InterfaceMapping
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
278
return new
InterfaceMapping
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
1255
InterfaceMapping im = new
InterfaceMapping
33 references to InterfaceMapping
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
90
public static
InterfaceMapping
GetInterfaceMap(this Type type, Type interfaceType)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\MemberInfo\TypeImpl.cs (2)
197
public override System.Reflection.
InterfaceMapping
GetInterfaceMap(Type interfaceType)
458
var
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)
100
InterfaceMapping
map = UnderlyingType.GetInterfaceMap(typeof(System.Windows.Markup.INameScope));
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
477
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
209
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) { throw new NotSupportedException(); }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
131
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => _unmodifiedType.GetInterfaceMap(interfaceType);
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeReflectionExtensions.cs (1)
104
public static
InterfaceMapping
GetRuntimeInterfaceMap(this TypeInfo typeInfo, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
190
public 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)
172
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => typeImpl.GetInterfaceMap(interfaceType);
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
600
public virtual
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => throw new NotSupportedException(SR.NotSupported_SubclassOverride);
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
195
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
148
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) { throw new NotSupportedException(); }
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
805
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
src\System\RuntimeType.CoreCLR.cs (2)
2737
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
2760
InterfaceMapping
im;
System.Reflection.Context (6)
System\Reflection\Context\CustomReflectionContext.Projector.cs (2)
276
public override
InterfaceMapping
ProjectInterfaceMapping(
InterfaceMapping
value)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
235
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType)
System\Reflection\Context\Projection\ProjectingType.cs (1)
101
public override
InterfaceMapping
GetInterfaceMap(Type interfaceType)
System\Reflection\Context\Projection\Projector.cs (2)
77
public abstract
InterfaceMapping
ProjectInterfaceMapping(
InterfaceMapping
value);
System.Reflection.Emit (5)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
477
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
System\Reflection\Emit\EnumBuilderImpl.cs (1)
142
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (1)
133
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType) => throw new NotSupportedException();
System\Reflection\Emit\TypeBuilderImpl.cs (2)
1248
public override
InterfaceMapping
GetInterfaceMap([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.NonPublicMethods)] Type interfaceType)
1255
InterfaceMapping
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)
244
public 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)
95
public static
InterfaceMapping
GetInterfaceMap(this Type type, Type interfaceType)