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