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