1 write to _compilation
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
1070
_compilation
= compilation;
2 references to _compilation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
1165
return CreateLazyNullableTypeParameter(
_compilation
, newUnderlying);
1203
_compilation
.GetSpecialType(SpecialType.System_Nullable_T).Construct(ImmutableArray.Create(_underlying)) :