1 write to dictionary
mscorlib (1)
system\collections\generic\dictionary.cs (1)
709
this.
dictionary
= dictionary;
11 references to dictionary
mscorlib (11)
system\collections\generic\dictionary.cs (11)
717
if (version !=
dictionary
.version) {
723
while ((uint)index < (uint)
dictionary
.count) {
724
if (
dictionary
.entries[index].hashCode >= 0) {
725
current = new KeyValuePair<TKey, TValue>(
dictionary
.entries[index].key,
dictionary
.entries[index].value);
732
index =
dictionary
.count + 1;
746
if( index == 0 || (index ==
dictionary
.count + 1)) {
759
if (version !=
dictionary
.version) {
769
if( index == 0 || (index ==
dictionary
.count + 1)) {
779
if( index == 0 || (index ==
dictionary
.count + 1)) {
789
if( index == 0 || (index ==
dictionary
.count + 1)) {