13 instantiations of InternalErrorException
illink (13)
Linker.Steps\MarkStep.cs (2)
313
throw new
InternalErrorException
($"Unsupported type dependency '{reason.Kind}'.");
3067
throw new
InternalErrorException
($"Unsupported method dependency {reason.Kind}");
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
74
throw new
InternalErrorException
($"Could not process the body of method '{method.GetDisplayName ()}'.", e);
Linker\Annotations.cs (3)
262
throw new
InternalErrorException
($"{provider} must be marked before it can be processed.");
290
throw new
InternalErrorException
($"Type {type} must have a TypePreserve before it can be applied.");
293
throw new
InternalErrorException
($"Type {type} does not have {preserve}. The TypePreserve may have changed before the call to {nameof (SetAppliedPreserve)}.");
Linker\AssemblyResolver.cs (1)
69
throw new
InternalErrorException
($"Assembly '{assembly}' was not loaded using ILLink resolver");
Linker\Pipeline.cs (6)
74
throw new
InternalErrorException
($"Step {step} could not be inserted before (not found) {target}");
85
throw new
InternalErrorException
($"Step {step} could not be inserted before (not found) {target}");
96
throw new
InternalErrorException
($"Step {step} could not be inserted before (not found) {target}");
116
throw new
InternalErrorException
($"Step {step} could not be inserted after (not found) {target}");
130
throw new
InternalErrorException
($"Step {step} could not be inserted after (not found) {target}");
144
throw new
InternalErrorException
($"Step {step} could not be inserted after (not found) {target}");