Refactor: Fix warning SA1101
Related to #202
Prefix local calls with this. https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1101.md
Thanks for the PR 😄
@AdamPlaskitt the warnings in the build need to be fixed and then I can approve
@AdamPlaskitt the warnings in the build need to be fixed and then I can approve
Hey @amitla1, I can see any build warnings in the files I changed?
@AdamPlaskitt the warnings in the build need to be fixed and then I can approve
Hey @amitla1, I can see any build warnings in the files I changed?
@AdamPlaskitt Yes it's not a file you changed but it's related to the fix for warning SA1101 that this branch was for:

👋 Hi! It looks like you modified some files in the Detectors folder.
You may need to bump the detector versions if any of the following scenarios apply:
- The detector detects more or fewer components than before
- The detector generates different parent/child graph relationships than before
- The detector generates different
devDependenciesvalues than before
If none of the above scenarios apply, feel free to ignore this comment 🙂