4 references to TypeSymbolExtensions
Microsoft.CodeAnalysis.CSharp (4)
Symbols\TypeSymbolExtensions.cs (1)
138/// use <see cref="TypeSymbolExtensions.IsNullableTypeOrTypeParameter" /> instead.
Symbols\TypeWithAnnotations.cs (2)
262/// use <see cref="TypeSymbolExtensions.IsNullableTypeOrTypeParameter" /> instead. 593var type = TypeSymbolExtensions.VisitType(
Utilities\TypeUnionValueSet.cs (1)
79Debug.Assert(!typesInUnion.Any(TypeSymbolExtensions.IsNullableType));