2 references to TryUnwrapFlowCaptureReference
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
230
if (this.
TryUnwrapFlowCaptureReference
(operation.Target, out IOperation? lValueOperation, OperationKind.PropertyReference, OperationKind.FieldReference))
277
this.
TryUnwrapFlowCaptureReference
(operation.Target, out IOperation? lValue, OperationKind.PropertyReference);