1 write to _isEphemeral
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
184
_isEphemeral
= isEphemeral;
2 references to _isEphemeral
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
332
internal bool IsEphemeral =>
_isEphemeral
;
1842
if (
_isEphemeral
)