1 write to BuildLogger
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\CompilationPass2Task.cs (1)
249wrapper.BuildLogger = this.Log;
8 references to BuildLogger
XamlBuildTask (8)
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (8)
175local.XamlBuildLogger = this.BuildLogger; 214XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, e.FileName, 0, 0); 240XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, app, 0, 0); 263XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, inputMarkupFile, 0, 0); 272foundValidationErrors = this.BuildLogger.HasLoggedErrors; 287XamlBuildTaskServices.LogException(this.BuildLogger, e.Message); 331this.BuildLogger, 353if (!this.BuildLogger.HasLoggedErrors && extensionExecutedSuccessfully)