1 write to Dictionary
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
698
Dictionary
= dictionary;
10 references to Dictionary
System.Net.Mail (6)
System\Net\Mime\MediaTypeMap.cs (6)
734
Debug.Assert(ExtensionToMediaTypeCount == s_extensionToMediaType.
Dictionary
.Count,
735
$"Expected {ExtensionToMediaTypeCount} entries in {nameof(s_extensionToMediaType)}, but found {s_extensionToMediaType.
Dictionary
.Count}.");
736
foreach (KeyValuePair<string, string> entry in s_extensionToMediaType.
Dictionary
)
745
Debug.Assert(MediaTypeToExtensionCount == s_mediaTypeToExtension.
Dictionary
.Count,
746
$"Expected {MediaTypeToExtensionCount} entries in {nameof(s_mediaTypeToExtension)}, but found {s_mediaTypeToExtension.
Dictionary
.Count}.");
747
foreach (KeyValuePair<string, string> entry in s_mediaTypeToExtension.
Dictionary
)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
719
ThrowHelper.ThrowKeyNotFoundException(GetAlternateComparer(
Dictionary
).Create(key));
803
Dictionary<TKey, TValue> dictionary =
Dictionary
;
874
Dictionary<TKey, TValue> dictionary =
Dictionary
;
964
Dictionary<TKey, TValue> dictionary =
Dictionary
;