1 instantiation of MethodAccessException
System.Private.CoreLib (1)
src\System\RuntimeType.ActivatorCache.cs (1)
68
case MethodAccessException: throw new
MethodAccessException
(friendlyMessage);
20 references to MethodAccessException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
362
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
MethodAccessException
))]
netstandard (1)
netstandard.cs (1)
1054
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
MethodAccessException
))]
PresentationFramework (5)
MS\Internal\Data\IndexedEnumerable.cs (4)
539
catch (
MethodAccessException
)
572
catch (
MethodAccessException
)
605
catch (
MethodAccessException
)
638
catch (
MethodAccessException
)
System\Windows\Data\ObjectDataProvider.cs (1)
524
catch (
MethodAccessException
mae)
System.Private.CoreLib (1)
src\System\RuntimeType.ActivatorCache.cs (1)
68
case
MethodAccessException
: throw new MethodAccessException(friendlyMessage);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
351
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
MethodAccessException
))]
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
541
catch (
MethodAccessException
ex)
System\Windows\Forms\DataBinding\ListBindingHelper.cs (1)
256
catch (
MethodAccessException
ex)
System.Xaml (9)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (9)
88
catch (
MethodAccessException
)
143
if (ex.InnerException is
MethodAccessException
)
174
if (ex.InnerException is
MethodAccessException
)
211
else if (e.InnerException is
MethodAccessException
)
243
else if (e.InnerException is
MethodAccessException
)
276
catch (
MethodAccessException
)
299
if (e.InnerException is
MethodAccessException
)
346
if (e.InnerException is
MethodAccessException
)
375
if (e.InnerException is
MethodAccessException
)