3 references to TryGetSampleType
Microsoft.CodeAnalysis.CSharp (3)
Utilities\TypeUnionValueSet.cs (3)
136
_lazyMightIncludeNonNull =
TryGetSampleType
(_root, ref useSiteInfo) is not null;
295
var sample =
TryGetSampleType
(_root, ref useSiteInfo);
449
return
TryGetSampleType
(new AndNode(_root, new NotNode(new IsTypeNode(type))), ref useSiteInfo) is null;