1 instantiation of LazyNullableTypeParameter
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
175
return new TypeWithAnnotations(defaultType: underlying.DefaultType, defaultAnnotation: NullableAnnotation.Annotated, new
LazyNullableTypeParameter
(compilation, underlying));
2 references to LazyNullableTypeParameter
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
1190
var
otherLazy = other._extensions as
LazyNullableTypeParameter
;