2 references to _stringComparison
System.Data.Entity (2)
System\Data\Common\QueryCache\QueryCacheKey.cs (1)
118
return String.Equals(s, t,
_stringComparison
);
System\Data\Common\QueryCache\ShaperFactoryQueryCacheKey.cs (1)
35
return this._columnMapKey.Equals(other._columnMapKey,
_stringComparison
)