2 references to _lValueCapturesDomain
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\ffd9070534249528\PointsToAnalysis.PointsToAbstractValueDomain.cs (2)
35int lValueCapturesCompareResult = _lValueCapturesDomain.Compare(oldValue.LValueCapturedOperations, newValue.LValueCapturedOperations); 127var mergedLValueCaptures = _lValueCapturesDomain.Merge(value1.LValueCapturedOperations, value2.LValueCapturedOperations);