1 override of Flush
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
157public override void Flush(FlushScope scope)
5 references to Flush
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
159base.Flush(scope);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (1)
81_target.Flush(FlushScope.All);
SOSDacImpl.cs (1)
6877_target.Flush(FlushScope.All);
SOSDacImpl.IXCLRDataProcess.cs (1)
88_target.Flush(FlushScope.All);
StressTestApi\CdacStressApi.cs (1)
39target.Flush(FlushScope.ForwardExecution);