7 overrides of SetNullabilityForReferenceTypes
Microsoft.CodeAnalysis.CSharp (7)
Symbols\ArrayTypeSymbol.cs (1)
406
internal override TypeSymbol
SetNullabilityForReferenceTypes
(Func<TypeWithAnnotations, TypeWithAnnotations> transform)
Symbols\DynamicTypeSymbol.cs (1)
226
internal override TypeSymbol
SetNullabilityForReferenceTypes
(Func<TypeWithAnnotations, TypeWithAnnotations> transform)
Symbols\FunctionPointers\FunctionPointerTypeSymbol.cs (1)
172
internal override TypeSymbol
SetNullabilityForReferenceTypes
(Func<TypeWithAnnotations, TypeWithAnnotations> transform)
Symbols\FunctionTypeSymbol.cs (1)
179
internal override TypeSymbol
SetNullabilityForReferenceTypes
(Func<TypeWithAnnotations, TypeWithAnnotations> transform)
Symbols\NamedTypeSymbol.cs (1)
959
internal override TypeSymbol
SetNullabilityForReferenceTypes
(Func<TypeWithAnnotations, TypeWithAnnotations> transform)
Symbols\PointerTypeSymbol.cs (1)
268
internal override TypeSymbol
SetNullabilityForReferenceTypes
(Func<TypeWithAnnotations, TypeWithAnnotations> transform)
Symbols\TypeParameterSymbol.cs (1)
691
internal override TypeSymbol
SetNullabilityForReferenceTypes
(Func<TypeWithAnnotations, TypeWithAnnotations> transform)
1 reference to SetNullabilityForReferenceTypes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeSymbol.cs (1)
639
return
SetNullabilityForReferenceTypes
(s_setUnknownNullability);