10 instantiations of LogAsErrorException
ILCompiler.ReadyToRun (10)
PortableCallHelpers\InternalCallSignatureCollector.cs (2)
77
throw new
LogAsErrorException
(
95
throw new
LogAsErrorException
($"Could not get the signature for InternalCall method '{type}::{method.Name.ToString()}': {ex.Message}");
PortableCallHelpers\InteropSignature.cs (1)
125
throw new
LogAsErrorException
($"Multi-slot signature token '{token}' is not supported in interop thunks");
PortableCallHelpers\InterpToNativeGenerator.cs (2)
108
throw new
LogAsErrorException
(
115
throw new
LogAsErrorException
($"Cannot generate an interop thunk for '{cookies[signature]}': {e.Message}");
PortableCallHelpers\PInvokeTableGenerator.cs (3)
250
throw new
LogAsErrorException
($"Two callbacks with the same symbol '{cb.EntrySymbol}' are not supported.");
253
throw new
LogAsErrorException
($"Two callbacks with the same Name and number of arguments '{cb.Key}' are not supported.");
340
throw new
LogAsErrorException
(
PortableCallHelpers\PortableCallHelpersGenerator.cs (2)
55
throw new
LogAsErrorException
("--generate-portable-callhelpers needs a directory to write to.");
60
throw new
LogAsErrorException
("--generate-portable-callhelpers needs a target OS to match platform attributes against.");
4 references to LogAsErrorException
ILCompiler.ReadyToRun (4)
PortableCallHelpers\InternalCallSignatureCollector.cs (1)
89
catch (Exception ex) when (ex is not
LogAsErrorException
)
PortableCallHelpers\InterpToNativeGenerator.cs (1)
112
catch (
LogAsErrorException
e)
PortableCallHelpers\PInvokeCollector.cs (1)
142
catch (Exception ex) when (ex is not
LogAsErrorException
)
PortableCallHelpers\PortableCallHelpersGenerator.cs (1)
65
catch (
LogAsErrorException
ex)