1 override of Flush
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
156public override void Flush(FlushScope scope)
7 references to Flush
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
158base.Flush(scope);
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
FlushScope.cs (1)
7/// Scope of a <see cref="Target.Flush(FlushScope)"/> operation.
Target.cs (1)
347/// for that name until a later <see cref="Flush"/> picks it up.
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (1)
71_target.Flush(FlushScope.All);
SOSDacImpl.cs (1)
6720_target.Flush(FlushScope.All);
SOSDacImpl.IXCLRDataProcess.cs (1)
85_target.Flush(FlushScope.All);
StressTestApi\CdacStressApi.cs (1)
39target.Flush(FlushScope.ForwardExecution);