2 references to TryUnwrapFlowCaptureReference
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\11b41c7305441175\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (2)
229
if (this.
TryUnwrapFlowCaptureReference
(operation.Target, out IOperation? lValueOperation, OperationKind.PropertyReference, OperationKind.FieldReference))
276
this.
TryUnwrapFlowCaptureReference
(operation.Target, out IOperation? lValue, OperationKind.PropertyReference);