5 references to UsesIsNullable
Microsoft.CodeAnalysis.CSharp.Test.Utilities (5)
UsesIsNullableVisitor.cs (5)
96
if (
UsesIsNullable
(parameter.TypeWithAnnotations, inProgress))
133
if (
UsesIsNullable
(type, inProgress))
184
return
UsesIsNullable
(((ArrayTypeSymbol)type).ElementTypeWithAnnotations, inProgress);
195
return
UsesIsNullable
(((PointerTypeSymbol)type).PointedAtTypeWithAnnotations, inProgress);
213
return types.Any(t =>
UsesIsNullable
(t, inProgress));