3 instantiations of NotNode
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
118
return new TypeUnionValueSet(typesInUnion, new
NotNode
(IsNullNode.Instance), conversions);
348
negated = new
NotNode
(_root);
426
return TryGetSampleType(new AndNode(_root, new
NotNode
(new IsTypeNode(type))), ref useSiteInfo) is null;
2 references to NotNode
Microsoft.CodeAnalysis.CSharp (2)
Utilities\TypeUnionValueSet.cs (2)
201
case
NotNode
not:
346
if (_root is not
NotNode
{ Negated: var negated })