4 writes to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\StackWalk_1.cs (4)
520
gcFrame.
ShouldCrawlFrameReportGCReferences
= true;
634
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
774
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
788
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
2 references to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
298
bool reportGcReferences = gcFrame.
ShouldCrawlFrameReportGCReferences
;
689
if (gcFrame.
ShouldCrawlFrameReportGCReferences
)