7 references to Dictionary
System.Private.DataContractSerialization (7)
System\Xml\ValueHandle.cs (7)
101
SetValue(ValueHandleType.
Dictionary
, key, 0);
128
case ValueHandleType.
Dictionary
:
184
case ValueHandleType.
Dictionary
:
507
case ValueHandleType.
Dictionary
:
640
case ValueHandleType.
Dictionary
:
820
if (_type == ValueHandleType.
Dictionary
)
948
Debug.Assert(_type == ValueHandleType.
Dictionary
);