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