9 references to ManagedNameAttribute
System.Management (9)
Instrumentation\Attributes.cs (4)
413
/// <para>Initializes a new instance of the <see cref='System.Management.Instrumentation.
ManagedNameAttribute
'/> class that allows the alternate name to be specified
425
Object [] rg = member.GetCustomAttributes(typeof(
ManagedNameAttribute
), false);
429
ManagedNameAttribute
attr = (
ManagedNameAttribute
)rg[0];
Instrumentation\EventSource.cs (1)
741
if(0==String.Compare(
ManagedNameAttribute
.GetMemberName(type), strFilter, StringComparison.Ordinal))
Instrumentation\SchemaMapping.cs (4)
49
string baseClassName =
ManagedNameAttribute
.GetBaseClassName(type);
50
className =
ManagedNameAttribute
.GetMemberName(type);
240
String propName =
ManagedNameAttribute
.GetMemberName(field);
268
embeddedTypeName =
ManagedNameAttribute
.GetMemberName(t2);