2 writes to _declaredLiteralFolderSegmentInString
Microsoft.Extensions.FileSystemGlobbing (2)
Internal\MatcherContext.cs (2)
34_declaredLiteralFolderSegmentInString = new HashSet<string>(StringComparisonHelper.GetStringComparer(comparison)); 46_declaredLiteralFolderSegmentInString = new HashSet<string>(StringComparisonHelper.GetStringComparer(comparison));
2 references to _declaredLiteralFolderSegmentInString
Microsoft.Extensions.FileSystemGlobbing (2)
Internal\MatcherContext.cs (2)
85_declaredLiteralFolderSegmentInString.Contains(candidate.Name)) 156_declaredLiteralFolderSegmentInString.Add(literalSegment.Value);