コード例 #1
0
ファイル: Batch.cs プロジェクト: yartat/opentelemetry-dotnet
 internal void Clear()
 {
     PooledList <BufferWriterMemory> .Clear(ref this.spanMessages);
 }