3 references to CompareInsensitiveInvariant
System.Data (3)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
171
if (ADP.
CompareInsensitiveInvariant
(name, _baseParameterNames[j])) {
225
if (ADP.
CompareInsensitiveInvariant
(_baseParameterNames[i], name)) {
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (1)
271
if (ADP.
CompareInsensitiveInvariant
(candidateCollectionName, collectionName)){