2 implementations of PropertiesToSerialize
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
367
public string[]
PropertiesToSerialize
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
156
public 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)
201
string[] propertiesToSerialize = loggingService.
PropertiesToSerialize
;