14 references to Dictionary
dotnet-svcutil-lib (14)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReaderSession.cs (1)
114
if (value.
Dictionary
!= this)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (2)
346
if (s.
Dictionary
== _dictionary)
354
DiagnosticUtility.DebugAssert(t.
Dictionary
== _dictionary, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (4)
35
if (_maps.TryGetValue(value.
Dictionary
, out keys))
51
keys = AddKeys(value.
Dictionary
, value.Key + 1);
80
if (_maps.TryGetValue(s.
Dictionary
, out keys))
94
keys = AddKeys(s.
Dictionary
, s.Key + 1);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
902
if ((key1 & 1) == 0 && xmlString2.
Dictionary
== _dictionary)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (1)
92
if (value.
Dictionary
!= this)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs (1)
134
if (value.
Dictionary
!= this)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelDictionary.cs (2)
80
if (key.
Dictionary
== this)
85
if (key.
Dictionary
== CurrentVersion)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (2)
96
if (key.
Dictionary
== this)
101
if (key.
Dictionary
== CurrentVersion)