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