Implemented interface member:
method
LogProjectStarted
Microsoft.Build.BackEnd.Logging.ILoggingService.LogProjectStarted(Microsoft.Build.Framework.BuildEventContext, System.Int32, System.Int32, Microsoft.Build.Framework.BuildEventContext, System.String, System.String, System.Collections.Generic.IEnumerable<System.Collections.DictionaryEntry>, System.Collections.Generic.IEnumerable<System.Collections.DictionaryEntry>, System.Int32, System.Int32)
7 references to LogProjectStarted
Microsoft.Build.Engine.UnitTests (7)
BackEnd\LoggingServicesLogMethod_Tests.cs (7)
795service.LogProjectStarted(null, 1, 2, s_buildEventContext, "ProjectFile", "TargetNames", null, null); 809service.LogProjectStarted(s_buildEventContext, 1, 2, null, "ProjectFile", "TargetNames", null, null); 844BuildEventContext context = service.LogProjectStarted(s_buildEventContext, 1, 2, s_buildEventContext, projectFile, targetNames, null, null); 875BuildEventContext projectStartedBuildEventContext = service.LogProjectStarted( 912service.LogProjectStarted( 951BuildEventContext projectStartedBuildEventContext = service.LogProjectStarted( 1424BuildEventContext projectContext = service.LogProjectStarted(