4 writes to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\StackWalk_1.cs (4)
504
gcFrame.
ShouldCrawlFrameReportGCReferences
= true;
618
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
758
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
772
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
2 references to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
282
bool reportGcReferences = gcFrame.
ShouldCrawlFrameReportGCReferences
;
673
if (gcFrame.
ShouldCrawlFrameReportGCReferences
)