20 references to Get
mscorlib (2)
system\collections\bitarray.cs (2)
181return Get(index); 495currentElement = bitarray.Get(index);
System.Data (7)
fx\src\data\System\Data\Common\DataStorage.cs (7)
178if (!this.dbNullBits.Get(recordNos[i])) 185bool recordNo1Null = this.dbNullBits.Get(recordNo1); 186bool recordNo2Null = this.dbNullBits.Get(recordNo2); 208this.dbNullBits.Set(dstRecordNo, this.dbNullBits.Get(srcRecordNo)); 216if (this.dbNullBits.Get(recordNo)) { 228return !this.dbNullBits.Get(recordNo); 232return this.dbNullBits.Get(recordNo);
System.Data.Entity (1)
System\Data\Query\InternalTrees\Vars.cs (1)
426return m_bitVector.Get(v.Id);
System.Data.Linq (2)
ChangeTracker.cs (2)
477if (!this.dirtyMemberCache.Get(mm.Ordinal) && this.HasChangedValue(mm)) { 658if (dirtyMemberCache.Get(mm.Ordinal)) {
System.Web.Mobile (8)
UI\MobileControls\MobileListItem.cs (8)
190if (_flags.Get (MARKED)) 248String sa0 = _flags.Get(TEXTISDIRTY) ? _text : null; 249String sa1 = _flags.Get(VALUEISDIRTY) ? _value : null; 282return _flags.Get (MARKED); 308return (_flags.Get(TEXTISDIRTY) || _flags.Get(VALUEISDIRTY)); 321return _flags.Get(SELECTIONISDIRTY); 339return _flags.Get(SELECTED);