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