2 references to ErrorFacts
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorHandling.cs (1)
157return new RuntimeBinderException(string.Format(CultureInfo.InvariantCulture, ErrorFacts.GetMessage(id), prgpsz));
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
602private static string ErrId(MessageID id) => ErrorFacts.GetMessage(id);