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