4 writes to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\StackWalk_1.cs (4)
349
gcFrame.
ShouldCrawlFrameReportGCReferences
= true;
463
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
603
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
617
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
2 references to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
202
bool reportGcReferences = gcFrame.
ShouldCrawlFrameReportGCReferences
;
518
if (gcFrame.
ShouldCrawlFrameReportGCReferences
)