示例#1
0
 private TraceLoggingMetadataCollector(TraceLoggingMetadataCollector other, FieldMetadata group)
 {
     this.impl         = other.impl;
     this.currentGroup = group;
 }
示例#2
0
 internal TraceLoggingMetadataCollector()
 {
     this.impl = new TraceLoggingMetadataCollector.Impl();
 }