3 references to System_NotSupportedException
illink (3)
Linker.Steps\MarkStep.cs (1)
3582
var nse = BCL.FindPredefinedType(WellKnownType.
System_NotSupportedException
, Context);
src\tools\illink\src\ILLink.Shared\TypeSystemProxy\WellKnownType.cs (2)
39
WellKnownType.
System_NotSupportedException
=> ("System", "NotSupportedException"),
59
"NotSupportedException" => WellKnownType.
System_NotSupportedException
,