Home
last modified time | relevance | path

Searched refs:BuildEventArgs (Results 1 – 25 of 125) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Exceptions/
H A DInternalLoggerException.cs24 …internal InternalLoggerException (string message, Exception innerException, BuildEventArgs buildEv… in InternalLoggerException()
27 BuildEventArgs = buildEventArgs; in InternalLoggerException()
36 BuildEventArgs = (BuildEventArgs) info.GetValue ("buildEventArgs", typeof (BuildEventArgs)); in InternalLoggerException()
42 public BuildEventArgs BuildEventArgs { get; private set; } property in Microsoft.Build.Exceptions.InternalLoggerException
50 info.AddValue ("buildEventArgs", BuildEventArgs); in GetObjectData()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DEngineLoggingServices_Tests.cs29 DualQueue<BuildEventArgs> currentQueueBuildEvent;
151 List<BuildEventArgs> eventList = new List<BuildEventArgs>(); in LogErrorEvent()
190 List<BuildEventArgs> eventList = new List<BuildEventArgs>(); in LogWarningEvent()
252 List<BuildEventArgs> eventList = new List<BuildEventArgs>(); in LogMessageEvent()
282 BuildEventArgs nullEvent = null; in PostLoggingEventNullEvent()
302 List<BuildEventArgs> eventList = new List<BuildEventArgs>(); in LogCustomEvent()
376 List<BuildEventArgs> eventsAdded = new List<BuildEventArgs>(); in PostLoggingEventMultiThreaded()
521 public void IsInstanceOfType<TType>(BuildEventArgs e) in IsInstanceOfType()
531 …private void AssertForEachEventInQueue(DualQueue<BuildEventArgs> queue, Action<BuildEventArgs> act… in AssertForEachEventInQueue()
533 BuildEventArgs eventArgs; in AssertForEachEventInQueue()
[all …]
H A DLoggerException_Tests.cs44 Assertion.AssertEquals(e.BuildEventArgs.Message, e2.BuildEventArgs.Message); in SerializeDeserialize()
45 Assertion.AssertEquals(e.BuildEventArgs.HelpKeyword, e2.BuildEventArgs.HelpKeyword); in SerializeDeserialize()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/
H A DConfigureableForwardingLogger_Tests.cs35 ForwardedEvents = new List<BuildEventArgs>(); in TestForwardingLogger()
38 internal List<BuildEventArgs> ForwardedEvents;
40 protected override void ForwardToCentralLogger(BuildEventArgs e) in ForwardToCentralLogger()
89 logger.ForwardedEvents.ShouldBe(new BuildEventArgs[]
98 logger.ForwardedEvents.ShouldBe(new BuildEventArgs[]
108 logger.ForwardedEvents.ShouldBe(new BuildEventArgs[]
124 logger.ForwardedEvents.ShouldBe(new BuildEventArgs[]
143 logger.ForwardedEvents.ShouldBe(new BuildEventArgs[]
181 logger.ForwardedEvents.ShouldBe(new BuildEventArgs[] in ForwardingLoggingPerformanceSummary()
211 logger.ForwardedEvents.ShouldBe(new BuildEventArgs[] in ForwardingLoggingNoSummary()
[all …]
H A DLoggerException_Tests.cs39 Assert.Equal(e.BuildEventArgs.Message, e2.BuildEventArgs.Message); in SerializeDeserialize()
40 Assert.Equal(e.BuildEventArgs.HelpKeyword, e2.BuildEventArgs.HelpKeyword); in SerializeDeserialize()
/dports/devel/msbuild/msbuild-0.06/src/Shared/UnitTests/
H A DBuildEventArgsExtension.cs29 public static bool IsEquivalent(this BuildEventArgs args, BuildEventArgs other) in IsEquivalent()
101 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
116 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
162 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
208 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
229 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
250 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
271 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
292 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
322 return ((BuildEventArgs)args).IsEquivalent(other); in IsEquivalent()
[all …]
H A DMockLogger.cs133 internal List<BuildEventArgs> AllBuildEvents { get; } = new List<BuildEventArgs>();
221 …public List<Action<object, BuildEventArgs>> AdditionalHandlers { get; set; } = new List<Action<obj…
229 internal void LoggerEventHandler(object sender, BuildEventArgs eventArgs) in LoggerEventHandler()
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/BinaryLogger/
H A DBuildEventArgsReader.cs48 public BuildEventArgs Read() in Read()
59 BuildEventArgs result = null; in Read()
169 private BuildEventArgs ReadTargetSkippedEventArgs() in ReadTargetSkippedEventArgs()
193 private BuildEventArgs ReadBuildStartedEventArgs() in ReadBuildStartedEventArgs()
206 private BuildEventArgs ReadBuildFinishedEventArgs() in ReadBuildFinishedEventArgs()
311 private BuildEventArgs ReadTargetStartedEventArgs() in ReadTargetStartedEventArgs()
356 private BuildEventArgs ReadTaskStartedEventArgs() in ReadTaskStartedEventArgs()
374 private BuildEventArgs ReadTaskFinishedEventArgs() in ReadTaskFinishedEventArgs()
394 private BuildEventArgs ReadBuildErrorEventArgs() in ReadBuildErrorEventArgs()
416 private BuildEventArgs ReadBuildWarningEventArgs() in ReadBuildWarningEventArgs()
[all …]
H A DBinaryLogger.cs174 private void EventSource_AnyEventRaised(object sender, BuildEventArgs e) in EventSource_AnyEventRaised()
179 private void Write(BuildEventArgs e) in Write()
196 private void CollectImports(BuildEventArgs e) in CollectImports()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Errors/
H A DInternalLoggerException.cs89 BuildEventArgs e, in InternalLoggerException()
118 this.e = (BuildEventArgs) info.GetValue("e", typeof(BuildEventArgs)); in InternalLoggerException()
167 public BuildEventArgs BuildEventArgs property in Microsoft.Build.BuildEngine.InternalLoggerException
224 BuildEventArgs e, in Throw()
240 private BuildEventArgs e;
/dports/devel/msbuild/msbuild-0.06/src/Build/Errors/
H A DInternalLoggerException.cs87 BuildEventArgs e, in InternalLoggerException()
116 e = (BuildEventArgs)info.GetValue("e", typeof(BuildEventArgs)); in InternalLoggerException()
166 public BuildEventArgs BuildEventArgs property in Microsoft.Build.Exceptions.InternalLoggerException
222 BuildEventArgs e, in Throw()
238 private BuildEventArgs e;
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/
H A DInternalLoggerException.cs37 BuildEventArgs buildEventArgs;
63 buildEventArgs = (BuildEventArgs) info.GetValue ("BuildEventArgs", typeof (BuildEventArgs)); in InternalLoggerException()
78 public BuildEventArgs BuildEventArgs { property in Microsoft.Build.BuildEngine.InternalLoggerException
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/
H A DBuildEventArgs.cs35 public abstract class BuildEventArgs : System.EventArgs { class
44 protected BuildEventArgs () in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
49 protected BuildEventArgs (string message, string helpKeyword, in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
56 BuildEventArgs (string message, string helpKeyword, in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DNodeLoggingEvent.cs49 internal NodeLoggingEvent(BuildEventArgs eventToLog) in NodeLoggingEvent()
59 internal BuildEventArgs BuildEvent
88 private LoggingEventType GetLoggingEventId(BuildEventArgs eventArg) in GetLoggingEventId()
148 private BuildEventArgs GetBuildEventArgFromId(LoggingEventType id) in GetBuildEventArgFromId()
262 e = (BuildEventArgs)binaryFormatter.Deserialize(reader.BaseStream); in CreateFromStream()
279 private BuildEventArgs e;
302 internal NodeLoggingEventWithLoggerId(BuildEventArgs eventToLog, int loggerId) in NodeLoggingEventWithLoggerId()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks/
H A DTestMessageLogger.cs13 List<BuildEventArgs> all_messages;
34 all_messages = new List<BuildEventArgs> (); in TestMessageLogger()
116 private void AllMessagesHandler (object sender, BuildEventArgs args) in AllMessagesHandler()
203 BuildEventArgs arg = all_messages [i]; in CheckFullLog()
215 foreach (BuildEventArgs arg in all_messages) in DumpMessages()
221 foreach (BuildEventArgs arg in all_messages) in DumpMessages()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DNodePackets_Tests.cs88 BuildEventArgs[] testArgs = new BuildEventArgs[] in TestTranslation()
105 foreach (BuildEventArgs arg in testArgs) in TestTranslation()
107 … LogMessagePacket packet = new LogMessagePacket(new KeyValuePair<int, BuildEventArgs>(0, arg)); in TestTranslation()
127 … private static void VerifyLoggingPacket(BuildEventArgs buildEvent, LoggingEventType logEventType) in VerifyLoggingPacket()
129 …LogMessagePacket packet = new LogMessagePacket(new KeyValuePair<int, BuildEventArgs>(0, buildEvent… in VerifyLoggingPacket()
138 …id CompareNodeBuildEventArgs(KeyValuePair<int, BuildEventArgs> leftTuple, KeyValuePair<int, BuildE… in CompareNodeBuildEventArgs()
140 BuildEventArgs left = leftTuple.Value; in CompareNodeBuildEventArgs()
141 BuildEventArgs right = rightTuple.Value; in CompareNodeBuildEventArgs()
H A DCentralForwardingLogger_Tests.cs136 …private static EventSourceSink AttachForwardingLoggerAndRedirector(BuildEventArgs buildEventToChec… in AttachForwardingLoggerAndRedirector()
162 private BuildEventArgs _expectedEvent;
171 public TestEventRedirector(BuildEventArgs eventToExpect) in TestEventRedirector()
183 public void ForwardEvent(BuildEventArgs buildEvent) in ForwardEvent()
H A DEventSourceSink_Tests.cs675 …private static void RaiseExceptionInEventHandler(BuildEventArgs buildEventToRaise, Exception excep… in RaiseExceptionInEventHandler()
752 internal class GenericBuildEventArgs : BuildEventArgs
792 private BuildEventArgs _raisedEvent;
798 private BuildEventArgs _raisedAnyEvent;
803 private BuildEventArgs _raisedStatusEvent;
893 public BuildEventArgs RaisedEvent
904 public BuildEventArgs RaisedAnyEvent
915 public BuildEventArgs RaisedStatusEvent
947 private void HandleEvent(BuildEventArgs e) in HandleEvent()
1100 private void Source_AnyEventRaised(object sender, BuildEventArgs e) in Source_AnyEventRaised()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/Logging/
H A DBuildEventArgTransportSink.cs131 public void Consume(BuildEventArgs buildEvent) in Consume()
142 public void Consume(BuildEventArgs buildEvent, int sinkId) in Consume()
156 …LogMessagePacket logPacket = new LogMessagePacket(new KeyValuePair<int, BuildEventArgs>(sinkId, bu… in Consume()
H A DLoggingService.cs1007 public void LogBuildEvent(BuildEventArgs buildEvent) in LogBuildEvent()
1279 if (loggingEvent is BuildEventArgs) in RouteBuildEvent()
1281 RouteBuildEvent((BuildEventArgs)loggingEvent); in RouteBuildEvent()
1283 else if (loggingEvent is KeyValuePair<int, BuildEventArgs>) in RouteBuildEvent()
1285 RouteBuildEvent((KeyValuePair<int, BuildEventArgs>)loggingEvent); in RouteBuildEvent()
1296 private void RouteBuildEvent(KeyValuePair<int, BuildEventArgs> nodeEvent) in RouteBuildEvent()
1316 private void RouteBuildEvent(BuildEventArgs eventArg) in RouteBuildEvent()
1433 private void TryRaiseProjectStartedEvent(BuildEventArgs args) in TryRaiseProjectStartedEvent()
1450 private void TryRaiseProjectFinishedEvent(BuildEventArgs args) in TryRaiseProjectFinishedEvent()
/dports/devel/msbuild/msbuild-0.06/src/Framework/
H A DBuildEventArgs.cs29 public abstract class BuildEventArgs : EventArgs class
68 protected BuildEventArgs() in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
79 protected BuildEventArgs(string message, string helpKeyword, string senderName) in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
91 …protected BuildEventArgs(string message, string helpKeyword, string senderName, DateTime eventTime… in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DMicrosoft.Build.Framework.cs23 public delegate void AnyEventHandler(object sender, Microsoft.Build.Framework.BuildEventArgs e); in AnyEventHandler()
33 public partial class BuildErrorEventArgs : Microsoft.Build.Framework.BuildEventArgs
47 public abstract partial class BuildEventArgs : System.EventArgs class
49 protected BuildEventArgs() { } in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
50 protected BuildEventArgs(string message, string helpKeyword, string senderName) { } in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
90 public partial class BuildMessageEventArgs : Microsoft.Build.Framework.BuildEventArgs
105 public abstract partial class BuildStatusEventArgs : Microsoft.Build.Framework.BuildEventArgs
112 public partial class BuildWarningEventArgs : Microsoft.Build.Framework.BuildEventArgs
126 public abstract partial class CustomBuildEventArgs : Microsoft.Build.Framework.BuildEventArgs
175 void ForwardEvent(Microsoft.Build.Framework.BuildEventArgs buildEvent); in ForwardEvent()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v3.5/
H A DMicrosoft.Build.Framework.cs23 public delegate void AnyEventHandler(object sender, Microsoft.Build.Framework.BuildEventArgs e); in AnyEventHandler()
33 public partial class BuildErrorEventArgs : Microsoft.Build.Framework.BuildEventArgs
47 public abstract partial class BuildEventArgs : System.EventArgs class
49 protected BuildEventArgs() { } in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
50 protected BuildEventArgs(string message, string helpKeyword, string senderName) { } in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
91 public partial class BuildMessageEventArgs : Microsoft.Build.Framework.BuildEventArgs
106 public abstract partial class BuildStatusEventArgs : Microsoft.Build.Framework.BuildEventArgs
113 public partial class BuildWarningEventArgs : Microsoft.Build.Framework.BuildEventArgs
127 public abstract partial class CustomBuildEventArgs : Microsoft.Build.Framework.BuildEventArgs
176 void ForwardEvent(Microsoft.Build.Framework.BuildEventArgs buildEvent); in ForwardEvent()
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DLogMessagePacketBase.cs169 private BuildEventArgs _buildEvent;
183 …internal LogMessagePacketBase(KeyValuePair<int, BuildEventArgs>? nodeBuildEvent, TargetFinishedTra…
234 internal KeyValuePair<int, BuildEventArgs>? NodeBuildEvent
238 return new KeyValuePair<int, BuildEventArgs>(_sinkId, _buildEvent);
466 private BuildEventArgs GetBuildEventArgFromId() in GetBuildEventArgFromId()
507 private LoggingEventType GetLoggingEventId(BuildEventArgs eventArg) in GetLoggingEventId()
568 …private void WriteEventToStream(BuildEventArgs buildEvent, LoggingEventType eventType, INodePacket… in WriteEventToStream()
717 …private BuildEventArgs ReadEventFromStream(LoggingEventType eventType, INodePacketTranslator trans… in ReadEventFromStream()
727 BuildEventArgs buildEvent = null; in ReadEventFromStream()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.Framework.cs23 public delegate void AnyEventHandler(object sender, Microsoft.Build.Framework.BuildEventArgs e); in AnyEventHandler()
50 public abstract partial class BuildEventArgs : System.EventArgs class
52 protected BuildEventArgs() { } in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
53 protected BuildEventArgs(string message, string helpKeyword, string senderName) { } in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
54 …protected BuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime ev… in BuildEventArgs() method in Microsoft.Build.Framework.BuildEventArgs
97 public partial class BuildMessageEventArgs : Microsoft.Build.Framework.BuildEventArgs
142 public abstract partial class CustomBuildEventArgs : Microsoft.Build.Framework.BuildEventArgs
196 void ForwardEvent(Microsoft.Build.Framework.BuildEventArgs buildEvent); in ForwardEvent()
282 public partial class LazyFormattedBuildEventArgs : Microsoft.Build.Framework.BuildEventArgs

12345