1 write to _customModifiers
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
965
_customModifiers
= customModifiers;
3 references to _customModifiers
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeWithAnnotations.cs (3)
1010
internal override ImmutableArray<CustomModifier> CustomModifiers =>
_customModifiers
;
1024
return CreateNonLazyType(type.DefaultType, NullableAnnotation.Annotated,
_customModifiers
);
1030
return CreateNonLazyType(defaultType, defaultType.IsNullableType() ? type.NullableAnnotation : NullableAnnotation.NotAnnotated,
_customModifiers
);