1 write to _comparisonType
Microsoft.Extensions.FileSystemGlobbing (1)
Internal\PathSegments\LiteralPathSegment.cs (1)
21_comparisonType = comparisonType;
5 references to _comparisonType
Microsoft.Extensions.FileSystemGlobbing (5)
Internal\PathSegments\LiteralPathSegment.cs (5)
28return string.Equals(Value, value, _comparisonType); 34_comparisonType == other._comparisonType && 35string.Equals(other.Value, Value, _comparisonType); 40return StringComparisonHelper.GetStringComparer(_comparisonType).GetHashCode(Value);