1 write to Value
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\PathSegments\LiteralPathSegment.cs (1)
20Value = value;
5 references to Value
Microsoft.Extensions.FileSystemGlobbing (5)
Internal\MatcherContext.cs (1)
148_declaredLiteralFolderSegmentInString.Add(literalSegment.Value);
Internal\PathSegments\LiteralPathSegment.cs (4)
28return string.Equals(Value, value, _comparisonType); 35string.Equals(other.Value, Value, _comparisonType); 40return StringComparisonHelper.GetStringComparer(_comparisonType).GetHashCode(Value);