2 writes to _throwOnError
System.Private.CoreLib (2)
System\Reflection\TypeNameResolver.NativeAot.cs (2)
65
_throwOnError
= throwOnError,
91
_throwOnError
= throwOnError,
6 references to _throwOnError
System.Private.CoreLib (6)
System\Reflection\TypeNameResolver.NativeAot.cs (6)
109
if (assembly is null &&
_throwOnError
)
145
if (
_throwOnError
)
161
type = runtimeAssembly.GetTypeCore(TypeName.Unescape(escapedTypeName), throwOnError:
_throwOnError
, ignoreCase: _ignoreCase);
168
type = assembly.GetType(escapedTypeName, throwOnError:
_throwOnError
, ignoreCase: _ignoreCase);
200
if (
_throwOnError
)
235
if (
_throwOnError
)