7 references to FormatMethodToken
Microsoft.CodeAnalysis.Debugging.Package (7)
CustomDebugInfoReader.cs (7)
363
throw new InvalidOperationException(string.Format("Expected at most one Using record for method {0}",
FormatMethodToken
(methodToken)));
372
throw new InvalidOperationException(string.Format("Did not expect both Forward and ForwardToModule records for method {0}",
FormatMethodToken
(methodToken)));
390
throw new InvalidOperationException(string.Format("Expected at most one ForwardToModule record for method {0}",
FormatMethodToken
(methodToken)));
432
throw new InvalidOperationException(string.Format("Group size indicates more imports than there are import strings (method {0}).",
FormatMethodToken
(methodToken)));
438
throw new InvalidOperationException(string.Format("Encountered extern alias info before all import strings were consumed (method {0}).",
FormatMethodToken
(methodToken)));
458
throw new InvalidOperationException(string.Format("Expected only extern alias info strings after consuming the indicated number of imports (method {0}).",
FormatMethodToken
(methodToken)));
472
throw new InvalidOperationException(string.Format("Group size indicates fewer imports than there are import strings (method {0}).",
FormatMethodToken
(methodToken)));