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