private TraceLoggingMetadataCollector(TraceLoggingMetadataCollector other, FieldMetadata group) { this.impl = other.impl; this.currentGroup = group; }
internal TraceLoggingMetadataCollector() { this.impl = new TraceLoggingMetadataCollector.Impl(); }