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