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)
28
return string.Equals(Value, value,
_comparisonType
);
34
_comparisonType
== other.
_comparisonType
&&
35
string.Equals(other.Value, Value,
_comparisonType
);
40
return StringComparisonHelper.GetStringComparer(
_comparisonType
).GetHashCode(Value);