16 writes to
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
503lookupUsage[lookupIndex] = true;
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (2)
131_visitedArray[index] = true; 235_visitedArray[fen.index] = true;
src\Framework\System\Windows\SystemResources.cs (1)
1536cacheValid[slot] = false;
System.Activities (1)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
575this.foundOriginalElements[matchingOriginal.InternalId - 1] = true;
System.Data (6)
fx\src\data\System\Data\DataSet.cs (1)
1248_rowChanges[index] = value;
fx\src\data\System\Data\DataTable.cs (5)
644rowStates[bitIndex + 1] = true; 647rowStates[bitIndex] = true; 652rowStates[bitIndex] = true; 653rowStates[bitIndex + 1] = true; 659rowStates[bitIndex + 2] = true;
System.Data.Entity (5)
System\Data\Mapping\FunctionImportMapping.cs (3)
452unambigouslyReachableMap[i] = false; 461unambigouslyReachableMap[i] = false; 462unambigouslyReachableMap[j] = false;
System\Data\Objects\EntityEntry.cs (2)
232_modifiedFields[ordinal] = true; 295_modifiedFields[ordinal] = false;
24 references to
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
510if (!lookupUsage[lookupIndex])
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (2)
103if (_visitedArray[i] == false) 118if (_visitedArray[index])
src\Framework\System\Windows\SystemResources.cs (1)
1534if (cacheValid[slot])
System.Activities (1)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
358if (!this.foundOriginalElements[i])
System.Data (5)
fx\src\data\System\Data\DataSet.cs (2)
1245get { return _rowChanges[index]; } 1247Debug.Assert(value && !_rowChanges[index], "setting twice or to false");
fx\src\data\System\Data\DataTable.cs (3)
761if (rowStates[bitIndex + 2]) { 786bool b1 = bitStates[bitIndex]; 787bool b2 = bitStates[bitIndex + 1];
System.Data.Entity (13)
System\Data\Mapping\FunctionImportMapping.cs (3)
387if (entityTypeMapping.ImpliedEntityTypes[i]) 437if (entityTypeMapping.ImpliedEntityTypes[i]) 470if (unambigouslyReachableMap[i])
System\Data\Mapping\FunctionImportMappingNonComposable.cs (1)
141if (typeCandidates[i])
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2367foreach (var entityTypeMapping in functionImportKB.NormalizedEntityTypeMappings.Where(f => f.ImpliedEntityTypes[typeID]))
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (1)
161stateEntry.ModifiedProperties[memberInformation.Ordinal]);
System\Data\Objects\EntityEntry.cs (4)
196if (_modifiedFields[i]) 289if (_modifiedFields != null && _modifiedFields[ordinal]) 300if (_modifiedFields[i]) 3338(_cache.EntryHasConceptualNull(this) && _modifiedFields != null && _modifiedFields[propertyIndex]);
System\Data\Query\InternalTrees\Vars.cs (3)
270if (m_bitArray[m_position]) 362if (other.m_bitVector[i] && 363((i >= this.m_bitVector.Count) || !this.m_bitVector[i]))
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
307return this.bits[i];