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)
796service.LogProjectStarted(null, 1, 2, s_buildEventContext, "ProjectFile", "TargetNames", null, null); 810service.LogProjectStarted(s_buildEventContext, 1, 2, null, "ProjectFile", "TargetNames", null, null); 845BuildEventContext context = service.LogProjectStarted(s_buildEventContext, 1, 2, s_buildEventContext, projectFile, targetNames, null, null); 876BuildEventContext projectStartedBuildEventContext = service.LogProjectStarted( 913service.LogProjectStarted( 952BuildEventContext projectStartedBuildEventContext = service.LogProjectStarted( 1425BuildEventContext projectContext = service.LogProjectStarted(