3 references to DoNotUseSha256ForMarkupCompilerChecksumAlgorithmSwitchName
PresentationBuildTasks (3)
MS\Internal\BuildTasksAppContextSwitches.cs (1)
22return LocalAppContext.GetCachedSwitchValue(DoNotUseSha256ForMarkupCompilerChecksumAlgorithmSwitchName, ref _doNotUseSha256ForMarkupCompilerChecksumAlgorithm);
System\AppContextDefaultValues.cs (2)
22LocalAppContext.DefineSwitchDefault(BuildTasksAppContextSwitches.DoNotUseSha256ForMarkupCompilerChecksumAlgorithmSwitchName, true); 27LocalAppContext.DefineSwitchDefault(BuildTasksAppContextSwitches.DoNotUseSha256ForMarkupCompilerChecksumAlgorithmSwitchName, false);