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