2 references to SupportedVersionsFolder
System.ServiceModel.Activation (2)
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (2)
248
string virtualFileFolder = string.Format(CultureInfo.InvariantCulture, "~\\{0}", Path.Combine(
SupportedVersionsFolder
, xamlFileName));
272
string path = Path.Combine(
SupportedVersionsFolder
, xamlFileName, Path.GetFileName(file));