I'm writing a powershell script that will remove redundant entries from my GlobalSuppressions.cs file. One of the techniques I want to use is to check whether the class and method the entry refers to exist. The suppression entry looks like thisI'm writing a powershell script that will remov