1 write to _localType
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
133
_localType
= _localAssembly.GetType(accessLevel.PrivateAccessToTypeName, true /*throwOnError*/);
8 references to _localType
System.Xaml (8)
System\Xaml\Runtime\DynamicMethodRuntime.cs (8)
445
if (
_localType
is not null)
447
return new DynamicMethod(name, returnType, argTypes,
_localType
);
460
if (
_localType
is not null &&
_localType
!= declaringType && declaringType.IsAssignableFrom(
_localType
))
464
return
_localType
;
471
declaringType.Assembly,
_localType
.Assembly);
474
return
_localType
;