1 write to _isMutatedName
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
45_isMutatedName = new bool[schemaRows.Length];
3 references to _isMutatedName
System.Data.Common (3)
System\Data\Common\DBCommandBuilder.cs (3)
103_isMutatedName[i] = isMutatedName; 200int iMutatedName = _isMutatedName[j] ? j : i; 201Debug.Assert(_isMutatedName[iMutatedName], $"{_baseParameterNames[iMutatedName]} expected to be a mutated name");