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