1 write to _compilation
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
937
_compilation
= compilation;
2 references to _compilation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
1030
return CreateLazyNullableType(
_compilation
, newUnderlying);
1068
_compilation
.GetSpecialType(SpecialType.System_Nullable_T).Construct(ImmutableArray.Create(_underlying)) :