4 overrides of
System (4)
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
30public override string this[string key] {
net\System\Net\_SpnDictionary.cs (1)
94public override string this[string key] {
net\System\Net\mail\TrackingStringDictionary.cs (1)
66public override string this[string key]
net\System\Net\mail\TrackingValidationObjectDictionary.cs (1)
161public override string this[string key]
22 writes to
SMDiagnostics (1)
System\ServiceModel\Diagnostics\DiagnosticTraceSource.cs (1)
51this.Attributes[DiagnosticTraceSource.PropagateActivityValue] = value.ToString();
System (12)
compmod\system\codedom\compiler\Executor.cs (1)
205environment["_ClrRestrictSecAttributes"] = "1";
compmod\system\collections\specialized\stringdictionary.cs (1)
254m_stringDictionary[key] = value;
net\System\Net\Logging.cs (1)
177traceSource.Attributes[AttributeNameMaxSize] = maxDumpSize.ToString(NumberFormatInfo.InvariantInfo);
net\System\Net\mail\ContentDisposition.cs (1)
154Parameters[fileName] = value;
net\System\Net\mail\ContentType.cs (3)
80Parameters["boundary"] = value; 97Parameters["charset"] = value; 150Parameters["name"] = value;
net\System\Net\mail\MailMessage.cs (1)
345wholeView.ContentType.Parameters["type"] = view.ContentType.MediaType;
net\System\Net\mail\TrackingStringDictionary.cs (1)
77base[key] = value;
net\System\Net\mail\TrackingValidationObjectDictionary.cs (3)
85base[key] = valueToAdd.ToString(); 96base[key] = value; 153base[key] = value.ToString();
System.ServiceModel (1)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
83AuthenticationManager.CustomTargetNameDictionary[key] = value;
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceSource.cs (1)
40this.Attributes[DiagnosticTraceSource.PropagateActivityValue] = value.ToString();
System.Web.Mobile (2)
Mobile\MobileErrorInfo.cs (1)
138_dictionary[key] = value;
UI\MobileControls\ControlsConfig.cs (1)
156_settings[key] = value;
System.Workflow.ComponentModel (5)
AuthoringOM\Design\IdentifierCreationService.cs (5)
79identifiers[existingIdentifier] = existingIdentifier; 92identifiers[member.Name] = member.Name; 145identifiers[identifier] = identifier; 157identifiers[member.Name] = member.Name; 181identifiers[finalIdentifier] = finalIdentifier;
33 references to
SMDiagnostics (2)
System\ServiceModel\Diagnostics\DiagnosticTraceSource.cs (1)
39string attributeValue = this.Attributes[DiagnosticTraceSource.PropagateActivityValue];
System\ServiceModel\Diagnostics\PiiTraceSource.cs (1)
47string attributeValue = this.Attributes[PiiTraceSource.LogPii];
System (12)
compmod\system\collections\specialized\stringdictionary.cs (2)
247return m_stringDictionary[key]; 301value = m_stringDictionary[key];
compmod\system\diagnostics\DelimitedListTraceListener.cs (1)
51delimiter = Attributes["delimiter"];
net\System\Net\Logging.cs (2)
162if (traceSource.Attributes[AttributeNameTraceMode] == AttributeValueProtocolOnly) { 172maxDumpSize = Int32.Parse(traceSource.Attributes[AttributeNameMaxSize], NumberFormatInfo.InvariantInfo);
net\System\Net\mail\ContentDisposition.cs (1)
144return Parameters[fileName];
net\System\Net\mail\ContentType.cs (3)
72return Parameters["boundary"]; 89return Parameters["charset"]; 139string value = Parameters["name"];
net\System\Net\mail\TrackingStringDictionary.cs (1)
70return base[key];
net\System\Net\mail\TrackingValidationObjectDictionary.cs (2)
136return base[key]; 167return base[key];
System.Core (5)
System\Diagnostics\Eventing\EventProviderTraceListener.cs (1)
55m_delimiter = Attributes[s_optionDelimiter];
System\Diagnostics\EventSchemaTraceListener.cs (4)
522int bufferSize = Int32.Parse(Attributes[s_optionBufferSize], CultureInfo.InvariantCulture); 530string retOption = Attributes[s_optionLogRetention]; 548long maxFileSize = Int64.Parse(Attributes[s_optionMaximumFileSize], CultureInfo.InvariantCulture); 553int maxNumberOfFiles = Int32.Parse(Attributes[s_optionMaximumNumberOfFiles], CultureInfo.InvariantCulture);
System.Net (1)
net\Logging.cs (1)
163m_maxDataSize = Int32.Parse(Attributes[AttributeNameMaxDataSize], NumberFormatInfo.InvariantInfo);
System.ServiceModel (9)
System\ServiceModel\Administration\AppDomainInstanceProvider.cs (1)
104argumentWmiInstance.SetProperty(AdministrationStrings.Value, traceListener.Attributes[attribute]);
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
375string spn = AuthenticationManager.CustomTargetNameDictionary[response.ResponseUri.AbsoluteUri];
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
314action = new ContentType(parsedContentType.Parameters[startInfoHeaderParam]).Parameters["action"]; 319action = parsedContentType.Parameters["action"]; 2667string value = string.Format(CultureInfo.InvariantCulture, "\"{0}\"", parsedContentType.Parameters["action"]);
System\ServiceModel\Channels\TransportSecurityHelpers.cs (3)
67|| AuthenticationManager.CustomTargetNameDictionary[key] != value) 77&& AuthenticationManager.CustomTargetNameDictionary[key] != value) 121|| AuthenticationManager.CustomTargetNameDictionary[key] != value)
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceSource.cs (1)
28string attributeValue = this.Attributes[DiagnosticTraceSource.PropagateActivityValue];
System.ServiceModel.Web (1)
System\ServiceModel\Web\IncomingWebRequestContext.cs (1)
431if (decimal.TryParse(contentType.Parameters[key], numberStyles, CultureInfo.InvariantCulture, out result) &&
System.Web.Mobile (2)
Mobile\MobileErrorInfo.cs (1)
133String s = _dictionary[key];
UI\MobileControls\ControlsConfig.cs (1)
146String s = _settings[key];