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)
445if (_localType is not null) 447return new DynamicMethod(name, returnType, argTypes, _localType); 460if (_localType is not null && _localType != declaringType && declaringType.IsAssignableFrom(_localType)) 464return _localType; 471declaringType.Assembly, _localType.Assembly); 474return _localType;