3 references to NotNode
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
105return new TypeUnionValueSet(typesInUnion, new NotNode(IsNullNode.Instance), conversions); 305negated = new NotNode(_root); 383return TryGetSampleType(new AndNode(_root, new NotNode(new IsTypeNode(type))), ref useSiteInfo) is null;