Implemented interface member:
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
2 writes to
System.Web (2)
ModelBinding\ModelStateDictionary.cs (2)
110
this
[
key] = modelState;
131
this
[
entry.Key] = entry.Value;