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