4 references to PathComparison
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
GenerateStaticWebAssetsDevelopmentManifest.cs (1)
313if (asset.Identity.StartsWith(asset.ContentRoot, OSPath.PathComparison))
MergeConfigurationProperties.cs (1)
117OSPath.PathComparison);
MergeStaticWebAssets.cs (1)
84if (!ReferenceEquals(prototypeItem, item) && string.Equals(prototypeItem.Identity, item.Identity, OSPath.PathComparison))
UpdateExternallyDefinedStaticWebAssets.cs (1)
109var regexOptions = (OSPath.PathComparison == StringComparison.OrdinalIgnoreCase ? RegexOptions.IgnoreCase : RegexOptions.None) |