7 references to ErrorRaised
Microsoft.Build.Framework (3)
IEventSource.cs (3)
185
/// Helper method ensuring single deduplicated subscription to the <see cref="IEventSource.
ErrorRaised
"/> event.
191
eventSource.
ErrorRaised
-= handler;
192
eventSource.
ErrorRaised
+= handler;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Logging\MSBuildDiagnosticLogger.cs (2)
42
_eventSource.
ErrorRaised
+= OnErrorRaised;
50
_eventSource.
ErrorRaised
-= OnErrorRaised;
Microsoft.DotNet.ArcadeLogging (1)
PipelinesLogger.cs (1)
58
eventSource.
ErrorRaised
+= OnErrorRaised;
XmlFileLogger (1)
XmlFileLogger.cs (1)
60
eventSource.
ErrorRaised
+= (o, args) =>