5 references to GetAttribute
System.Management (5)
Instrumentation\Attributes.cs (4)
191
return (null != InstrumentationClassAttribute.
GetAttribute
(type));
386
if(
GetAttribute
(type.BaseType) != null)
439
InstrumentationClassAttribute attr = InstrumentationClassAttribute.
GetAttribute
(type);
445
InstrumentationClassAttribute attrParent = InstrumentationClassAttribute.
GetAttribute
(type.BaseType);
Instrumentation\SchemaMapping.cs (1)
51
instrumentationType = InstrumentationClassAttribute.
GetAttribute
(type).InstrumentationType;