1 write to CaptureId
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractLocation.cs (1)
43CaptureId = captureId;
3 references to CaptureId
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractLocation.cs (3)
103hashCode.Add(CaptureId.GetHashCodeOrDefault()); 116&& CaptureId.GetHashCodeOrDefault() == other.CaptureId.GetHashCodeOrDefault()