2 references to CreateErrorEventFromText
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
133
BuildErrorEventArgs buildEvent = EventsCreatorHelper.
CreateErrorEventFromText
(buildEventContext, subcategoryResourceName, errorCode, helpKeyword, file, message);
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContext.cs (1)
56
BuildErrorEventArgs buildEvent = EventsCreatorHelper.
CreateErrorEventFromText
(_eventContext, subcategoryResourceName, errorCode, helpKeyword, file, message);