5 references to Attributes
System (5)
compmod\system\diagnostics\SourceElementsCollection.cs (1)
126
Attributes
.Add(name, value);
compmod\system\diagnostics\TraceSource.cs (4)
95
TraceUtils.VerifyAttributes(sourceElement.
Attributes
, GetSupportedAttributes(), this);
96
attributes.ReplaceHashtable(sourceElement.
Attributes
);
222
TraceUtils.VerifyAttributes(sourceElement.
Attributes
, GetSupportedAttributes(), this);
225
attributes.ReplaceHashtable(sourceElement.
Attributes
);