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)
180
if (assembly is null &&
_throwOnError
)
189
requestingAssembly: (RuntimeAssembly?)_requestingAssembly, throwOnFileNotFound:
_throwOnError
);
225
if (
_throwOnError
)
243
Debug.Assert(
_throwOnError
); // Unbound generic support currently always throws.
277
if (
_throwOnError
)
292
throwOnFileNotFound:
_throwOnError
, ignoreCase: _ignoreCase);
296
if (
_throwOnError
)
314
type = assembly.GetType(escapedTypeName, throwOnError:
_throwOnError
, ignoreCase: _ignoreCase);
331
if (
_throwOnError
)
370
if (
_throwOnError
)