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