2 references to _delimiters
Microsoft.DotNet.VersionTools (2)
BuildManifest\VersionIdentifier.cs (2)
80
/// - The <see cref="
_delimiters
"/> we use in versions and file names are ., -, and _.
107
int nextDelimiterIndex = assetPathSegment.IndexOfAny(
_delimiters
, currentIndex);