3 assignments to MSBuild property ServerGarbageCollection
dotnet-format (1)
dotnet-format.csproj (1)
7
<
ServerGarbageCollection
>true</ServerGarbageCollection>
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (1)
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests.csproj (1)
6
<
ServerGarbageCollection
>true</ServerGarbageCollection>
tool_fsc (1)
tool_fsc.csproj (1)
6
<
ServerGarbageCollection
>true</ServerGarbageCollection>
2 usages of MSBuild property ServerGarbageCollection
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
577
Condition="'$(
ServerGarbageCollection
)' != ''"
578
Value="$(
ServerGarbageCollection
)" />