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