4 writes to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\StackWalk\StackWalk_1.cs (4)
506
gcFrame.
ShouldCrawlFrameReportGCReferences
= true;
620
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
760
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
774
gcFrame.
ShouldCrawlFrameReportGCReferences
= false;
2 references to ShouldCrawlFrameReportGCReferences
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
284
bool reportGcReferences = gcFrame.
ShouldCrawlFrameReportGCReferences
;
675
if (gcFrame.
ShouldCrawlFrameReportGCReferences
)