4 types derived from StringDictionary
System (4)
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
21
internal class StringDictionaryWithComparer :
StringDictionary
{
net\System\Net\_SpnDictionary.cs (1)
27
internal class SpnDictionary :
StringDictionary
{
net\System\Net\mail\TrackingStringDictionary.cs (1)
13
internal class TrackingStringDictionary :
StringDictionary
net\System\Net\mail\TrackingValidationObjectDictionary.cs (1)
22
internal class TrackingValidationObjectDictionary :
StringDictionary
12 instantiations of StringDictionary
System (8)
compmod\system\codedom\compiler\Executor.cs (1)
196
StringDictionary environment = new
StringDictionary
();
compmod\system\diagnostics\Switch.cs (2)
92
attributes = new
StringDictionary
();
212
attributes = new
StringDictionary
();
compmod\system\diagnostics\TraceListener.cs (2)
54
attributes = new
StringDictionary
();
172
attributes = new
StringDictionary
();
compmod\system\diagnostics\TraceSource.cs (3)
94
attributes = new
StringDictionary
();
224
attributes = new
StringDictionary
();
479
attributes = new
StringDictionary
();
System.Web.Mobile (2)
Mobile\MobileErrorInfo.cs (1)
48
private StringDictionary _dictionary = new
StringDictionary
();
UI\MobileControls\ControlsConfig.cs (1)
30
private readonly StringDictionary _settings = new
StringDictionary
();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\IdentifierCreationService.cs (2)
74
StringDictionary identifiers = new
StringDictionary
();
138
StringDictionary identifiers = new
StringDictionary
(); // all the identifiers in the workflow
23 references to StringDictionary
System (19)
compmod\system\codedom\compiler\Executor.cs (1)
196
StringDictionary
environment = new StringDictionary ();
compmod\system\collections\specialized\stringdictionary.cs (4)
199
StringDictionary
m_stringDictionary;
201
internal GenericAdapter(
StringDictionary
stringDictionary) {
375
StringDictionary
_internal;
378
public ICollectionToGenericCollectionAdapter(
StringDictionary
source, KeyOrValue keyOrValue) {
compmod\system\diagnostics\Switch.cs (2)
37
private
StringDictionary
attributes;
88
public
StringDictionary
Attributes {
compmod\system\diagnostics\TraceListener.cs (2)
34
StringDictionary
attributes;
51
public
StringDictionary
Attributes {
compmod\system\diagnostics\TraceSource.cs (2)
24
private
StringDictionary
attributes;
473
public
StringDictionary
Attributes {
net\System\Net\_AuthenticationManagerBase.cs (1)
48
public
StringDictionary
CustomTargetNameDictionary
net\System\Net\_IAuthenticationManager.cs (1)
21
StringDictionary
CustomTargetNameDictionary
net\System\Net\AuthenticationManager.cs (1)
147
public static
StringDictionary
CustomTargetNameDictionary
net\System\Net\mail\ContentDisposition.cs (1)
124
public
StringDictionary
Parameters
net\System\Net\mail\ContentType.cs (1)
156
public
StringDictionary
Parameters
services\monitoring\system\diagnosticts\Process.cs (1)
2743
public static byte[] ToByteArray(
StringDictionary
sd, bool unicode) {
services\monitoring\system\diagnosticts\ProcessStartInfo.cs (2)
63
internal
StringDictionary
environmentVariables;
168
public
StringDictionary
EnvironmentVariables {
System.Web.Mobile (2)
Mobile\MobileErrorInfo.cs (1)
48
private
StringDictionary
_dictionary = new StringDictionary();
UI\MobileControls\ControlsConfig.cs (1)
30
private readonly
StringDictionary
_settings = new StringDictionary();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\IdentifierCreationService.cs (2)
74
StringDictionary
identifiers = new StringDictionary();
138
StringDictionary
identifiers = new StringDictionary(); // all the identifiers in the workflow