2 implementations of PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
374public 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)
823_loggingService.PropertiesToSerialize = propertyListToSerialize;
1 reference to PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
200string[] propertiesToSerialize = loggingService.PropertiesToSerialize;