1 instantiation of OperationBasedIndex
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractIndex.cs (1)
14public static AbstractIndex Create(IOperation operation) => new OperationBasedIndex(operation);
3 references to OperationBasedIndex
Microsoft.CodeAnalysis.NetAnalyzers (3)
src\9382845807600969\AbstractIndex.OperationBasedIndex.cs (3)
22hashCode.Add(nameof(OperationBasedIndex).GetHashCode()); 27var other = (OperationBasedIndex)obj;