1 implementation of SerializeAllProperties
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
390
public bool
SerializeAllProperties
2 writes to SerializeAllProperties
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
846
_loggingService.
SerializeAllProperties
= true;
850
_loggingService.
SerializeAllProperties
= false;
2 references to SerializeAllProperties
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectLoggingContext.cs (2)
209
(!loggingService.RunningOnRemoteNode || loggingService.
SerializeAllProperties
))
230
!loggingService.
SerializeAllProperties
)