1 instantiation of LazyNullableTypeParameter
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
824
return new
LazyNullableTypeParameter
(compilation, underlying);
2 references to LazyNullableTypeParameter
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
1055
var
otherLazy = other._extensions as
LazyNullableTypeParameter
;