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