2 writes to _appDomainSetup
Microsoft.Build (2)
BackEnd\Node\NodeConfiguration.cs (2)
69
_appDomainSetup
= appDomainSetup;
176
_appDomainSetup
= new AppDomainSetup();
4 references to _appDomainSetup
Microsoft.Build (4)
BackEnd\Node\NodeConfiguration.cs (4)
124
{ return
_appDomainSetup
; }
169
appDomainConfigBytes =
_appDomainSetup
?.GetConfigurationBytes();
177
_appDomainSetup
.SetConfigurationBytes(appDomainConfigBytes);
202
,
_appDomainSetup