1 write to _isEphemeral
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
192
_isEphemeral
= isEphemeral;
2 references to _isEphemeral
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
340
internal bool IsEphemeral =>
_isEphemeral
;
1850
if (
_isEphemeral
)