6 references to GetFormattedText
Microsoft.Build.Framework (6)
Assumed.cs (2)
781
=> InternalError.Throw(handler.
GetFormattedText
());
809
=> InternalError.Throw<T>(handler.
GetFormattedText
());
InternalError.cs (4)
32
=> Throw(handler.
GetFormattedText
());
54
=> Throw(handler.
GetFormattedText
(), innerException);
84
=> throw new InternalErrorException(handler.
GetFormattedText
());
117
=> throw new InternalErrorException(handler.
GetFormattedText
(), innerException);