3 references to IsSymbolReferencedByOperation
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
NullableHelpers.cs (3)
48.Where(o => IsSymbolReferencedByOperation(o, symbol)); 103IAssignmentOperation assignment => IsSymbolReferencedByOperation(assignment.Target, symbol), 104ITupleOperation tupleOperation => tupleOperation.Elements.Any(static (element, symbol) => IsSymbolReferencedByOperation(element, symbol), symbol),