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