1 write to dictionary
System.Transactions (1)
System\Transactions\Trace\TraceRecords.cs (1)
1071
this.
dictionary
= dictionary;
6 references to dictionary
System.Transactions (6)
System\Transactions\Trace\TraceRecords.cs (6)
1078
if (this.
dictionary
!= null)
1080
foreach (object key in this.
dictionary
.Keys)
1082
xml.WriteElementString(key.ToString(), this.
dictionary
[key].ToString());
1090
if (this.
dictionary
!= null)
1093
foreach (object key in this.
dictionary
.Keys)
1095
sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "{0}: {1}", key, this.
dictionary
[key].ToString()));