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