1 write to _crossgen2IsVersion5
Microsoft.NET.Build.Tasks (1)
PrepareForReadyToRunCompilation.cs (1)
106_crossgen2IsVersion5 = !string.IsNullOrEmpty(isVersion5) && bool.Parse(isVersion5);
7 references to _crossgen2IsVersion5
Microsoft.NET.Build.Tasks (7)
PrepareForReadyToRunCompilation.cs (7)
111if (Crossgen2Composite && EmitSymbols && _crossgen2IsVersion5) 121ReadyToRunUseCrossgen2 && !_crossgen2IsVersion5 || 187else if ((ReadyToRunUseCrossgen2 && !_crossgen2IsVersion5) || IsTargetLinux) 190if (ReadyToRunUseCrossgen2 && !_crossgen2IsVersion5 && _perfmapFormatVersion >= 1) 228if (outputPDBImage != null && ReadyToRunUseCrossgen2 && !_crossgen2IsVersion5 && EmitSymbols) 261if (!ReadyToRunUseCrossgen2 || _crossgen2IsVersion5) 324if (compositePDBImage != null && ReadyToRunUseCrossgen2 && !_crossgen2IsVersion5)