2 implementations of PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
367public string[] PropertiesToSerialize
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
156public string[] PropertiesToSerialize
1 write to PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
814_loggingService.PropertiesToSerialize = propertyListToSerialize;
1 reference to PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
201string[] propertiesToSerialize = loggingService.PropertiesToSerialize;