3 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeWithAnnotations.cs (3)
170
return new
TypeWithAnnotations
(typeSymbol, nullableAnnotation, Extensions.Create(customModifiers));
175
return new
TypeWithAnnotations
(defaultType: underlying.DefaultType, defaultAnnotation: NullableAnnotation.Annotated, new LazyNullableTypeParameter(compilation, underlying));
180
return new
TypeWithAnnotations
(defaultType: substitutedTypeSymbol, defaultAnnotation: NullableAnnotation.Ignored, new LazySubstitutedType(customModifiers, typeParameter));