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