2 writes to impl
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingMetadataCollector.cs (2)
26
this.
impl
= new Impl();
38
this.
impl
= other.impl;
16 references to impl
mscorlib (16)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingMetadataCollector.cs (16)
38
this.impl = other.
impl
;
54
get { return this.
impl
.scratchSize; }
59
get { return this.
impl
.dataCount; }
64
get { return this.
impl
.pinCount; }
158
this.
impl
.AddScalar(size);
185
this.
impl
.AddScalar(2);
186
this.
impl
.AddNonscalar();
234
this.
impl
.AddScalar(2);
235
this.
impl
.AddNonscalar();
247
this.
impl
.BeginBuffered();
258
this.
impl
.EndBuffered();
276
this.
impl
.AddScalar(2);
277
this.
impl
.AddNonscalar();
287
var size = this.
impl
.Encode(null);
289
this.
impl
.Encode(metadata);
297
this.
impl
.fields.Add(fieldMetadata);