8 references to GetContainingSymbolDisplayName
illink (8)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (8)
53
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.");
60
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.");
367
_ => throw new ArgumentException ($"Reflection call '{calledMethod.GetDisplayName ()}' inside '{
GetContainingSymbolDisplayName
()}' is of unexpected member type."),
378
_ => throw new ArgumentException ($"Reflection call '{calledMethod.GetDisplayName ()}' inside '{
GetContainingSymbolDisplayName
()}' is of unexpected member type."),
419
_ => throw new ArgumentException ($"Reflection call '{calledMethod.GetDisplayName ()}' inside '{
GetContainingSymbolDisplayName
()}' is of unexpected member type."),
472
throw new ArgumentException ($"Reflection call '{calledMethod.GetDisplayName ()}' inside '{
GetContainingSymbolDisplayName
()}' is an unexpected intrinsic.");
643
_ => throw new ArgumentException ($"Reflection call '{calledMethod.GetDisplayName ()}' inside '{
GetContainingSymbolDisplayName
()}' is of unexpected member type."),
668
throw new ArgumentException ($"Error processing reflection call '{calledMethod.GetDisplayName ()}' inside {
GetContainingSymbolDisplayName
()}. Unexpected member kind.");