2 writes to _appDomainSetup
Microsoft.Build (2)
BackEnd\Node\NodeConfiguration.cs (2)
70
_appDomainSetup
= appDomainSetup;
177
_appDomainSetup
= new AppDomainSetup();
4 references to _appDomainSetup
Microsoft.Build (4)
BackEnd\Node\NodeConfiguration.cs (4)
125
{ return
_appDomainSetup
; }
170
appDomainConfigBytes =
_appDomainSetup
?.GetConfigurationBytes();
178
_appDomainSetup
.SetConfigurationBytes(appDomainConfigBytes);
203
,
_appDomainSetup