7 references to ExecutionDomain
System.Private.CoreLib (3)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
122
MethodBase methodBase =
ExecutionDomain
.GetMethod(declaringTypeHandle, methodHandle, genericMethodTypeArgumentHandles);
148
MethodBase methodBase =
ExecutionDomain
.GetMethod(declaringTypeHandle, methodHandle, genericMethodTypeArgumentHandles);
System\RuntimeType.NativeAot.cs (1)
69
RuntimeTypeInfo runtimeTypeInfo =
ExecutionDomain
.GetRuntimeTypeInfo(_pUnderlyingEEType);
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
228
MethodBase methodInfo =
ExecutionDomain
.GetMethod(declaringTypeHandle, methodHandle, genericMethodTypeArgumentHandles);
Internal\Reflection\Execution\ReflectionExecution.cs (2)
94
return
ExecutionDomain
.GetMethod(declaringTypeHandle, qMethodDefinition, genericMethodTypeArgumentHandles: null);
105
return
ExecutionDomain
.GetMethod(declaringTypeHandle, qMethodDefinition, genericMethodTypeArgumentHandles);
Internal\Reflection\Extensions\NonPortable\DelegateMethodInfoRetriever.cs (1)
65
return (MethodInfo)
ExecutionDomain
.GetMethod(typeOfFirstParameterIfInstanceDelegate, methodHandle, genericMethodTypeArgumentHandles);