2 implementations of PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
362public string[] PropertiesToSerialize
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
148public string[] PropertiesToSerialize
1 write to PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
810_loggingService.PropertiesToSerialize = propertyListToSerialize;
1 reference to PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
95string[] propertiesToSerialize = LoggingService.PropertiesToSerialize;