2 implementations of SerializeAllProperties
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
371public bool SerializeAllProperties
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
193public bool SerializeAllProperties
2 writes to SerializeAllProperties
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
816_loggingService.SerializeAllProperties = true; 820_loggingService.SerializeAllProperties = false;
2 references to SerializeAllProperties
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectLoggingContext.cs (2)
100(!LoggingService.RunningOnRemoteNode || LoggingService.SerializeAllProperties)) 121!LoggingService.SerializeAllProperties)