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