4 writes to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\StackWalk_1.cs (4)
373
gcFrame.
ShouldCrawlFrameReportGCReferences
= true;
487
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
627
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
641
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
2 references to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
226
bool reportGcReferences = gcFrame.
ShouldCrawlFrameReportGCReferences
;
542
if (gcFrame.
ShouldCrawlFrameReportGCReferences
)