1 implementation of INegate
ILLink.RoslynAnalyzer (1)
DataFlow\FeatureChecksValue.cs (1)
16 public record struct FeatureChecksValue : INegate<FeatureChecksValue>, IDeepCopyValue<FeatureChecksValue>
4 references to INegate
ILLink.RoslynAnalyzer (4)
DataFlow\LocalDataFlowAnalysis.cs (1)
35 where TConditionValue : struct, INegate<TConditionValue>
DataFlow\LocalDataFlowVisitor.cs (1)
35 where TConditionValue : struct, INegate<TConditionValue>
src\tools\illink\src\ILLink.Shared\DataFlow\ForwardDataFlowAnalysis.cs (1)
25 where TConditionValue : struct, INegate<TConditionValue>
src\tools\illink\src\ILLink.Shared\DataFlow\ITransfer.cs (1)
30 where TConditionValue : struct, INegate<TConditionValue>