2 implementations of HeapAnalyzeSuccess
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GCHeapWKS.cs (1)
65public bool HeapAnalyzeSuccess { get; }
Data\GC\GCHeapSVR.cs (1)
32[Field(UnderlyingBoolType = typeof(int))] public bool HeapAnalyzeSuccess { get; }
1 reference to HeapAnalyzeSuccess
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
200HeapAnalyzeSuccess = heap.HeapAnalyzeSuccess,