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)
109if (assembly is null && _throwOnError) 145if (_throwOnError) 161type = runtimeAssembly.GetTypeCore(TypeName.Unescape(escapedTypeName), throwOnError: _throwOnError, ignoreCase: _ignoreCase); 168type = assembly.GetType(escapedTypeName, throwOnError: _throwOnError, ignoreCase: _ignoreCase); 200if (_throwOnError) 235if (_throwOnError)