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