2 references to AppendLocalAssemblyVersionForSourceUriSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
81
return LocalAppContext.GetCachedSwitchValue(
AppendLocalAssemblyVersionForSourceUriSwitchName
, ref _AppendLocalAssemblyVersionForSourceUriSwitchName);
System\AppContextDefaultValues.cs (1)
30
LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.
AppendLocalAssemblyVersionForSourceUriSwitchName
, false);