1 write to name
mscorlib (1)
System\Diagnostics\Eventing\TraceLogging\NameInfo.cs (1)
42
this.
name
= name;
2 references to name
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\NameInfo.cs (2)
57
return this.Compare(other.
name
, other.tags);
67
int result = StringComparer.Ordinal.Compare(this.
name
, otherName);