4 writes to _throwOnError
System.Private.CoreLib (4)
src\System\Reflection\TypeNameResolver.CoreCLR.cs (4)
73_throwOnError = throwOnError, 100_throwOnError = throwOnError, 121_throwOnError = true, 162_throwOnError = throwOnError,
10 references to _throwOnError
System.Private.CoreLib (10)
src\System\Reflection\TypeNameResolver.CoreCLR.cs (10)
180if (assembly is null && _throwOnError) 189requestingAssembly: (RuntimeAssembly?)_requestingAssembly, throwOnFileNotFound: _throwOnError); 225if (_throwOnError) 243Debug.Assert(_throwOnError); // Unbound generic support currently always throws. 277if (_throwOnError) 292throwOnFileNotFound: _throwOnError, ignoreCase: _ignoreCase); 296if (_throwOnError) 314type = assembly.GetType(escapedTypeName, throwOnError: _throwOnError, ignoreCase: _ignoreCase); 331if (_throwOnError) 370if (_throwOnError)