8 references to GetContainingSymbolDisplayName
illink (8)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (8)
56
throw new InvalidOperationException($"Internal trimming error: processing of call from {
GetContainingSymbolDisplayName
()} to {calledMethod.GetDisplayName()} returned value which is not correctly annotated with the expected dynamic member access kinds.");
69
throw new InvalidOperationException($"Internal trimming error: processing of call from {
GetContainingSymbolDisplayName
()} to {calledMethod.GetDisplayName()} returned value which is not correctly annotated with the expected dynamic member access kinds.");
421
_ => throw new ArgumentException($"Reflection call '{calledMethod.GetDisplayName()}' inside '{
GetContainingSymbolDisplayName
()}' is of unexpected member type."),
435
_ => throw new ArgumentException($"Reflection call '{calledMethod.GetDisplayName()}' inside '{
GetContainingSymbolDisplayName
()}' is of unexpected member type."),
479
_ => throw new ArgumentException($"Reflection call '{calledMethod.GetDisplayName()}' inside '{
GetContainingSymbolDisplayName
()}' is of unexpected member type."),
547
throw new ArgumentException($"Reflection call '{calledMethod.GetDisplayName()}' inside '{
GetContainingSymbolDisplayName
()}' is an unexpected intrinsic.");
773
_ => throw new ArgumentException($"Reflection call '{calledMethod.GetDisplayName()}' inside '{
GetContainingSymbolDisplayName
()}' is of unexpected member type."),
803
throw new ArgumentException($"Error processing reflection call '{calledMethod.GetDisplayName()}' inside {
GetContainingSymbolDisplayName
()}. Unexpected member kind.");