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