1 write to _refKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
97
_refKind
= refKind;
6 references to _refKind
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertySymbolBase.cs (6)
216
_lazyRefCustomModifiers =
_refKind
!= RefKind.None ? overriddenOrImplementedProperty.RefCustomModifiers : ImmutableArray<CustomModifier>.Empty;
235
else if (
_refKind
== RefKind.RefReadOnly)
286
return
_refKind
;
718
if (
_refKind
!= RefKind.None)
814
if (
_refKind
== RefKind.RefReadOnly)
1127
compilation.SynthesizeDynamicAttribute(type.Type, type.CustomModifiers.Length + RefCustomModifiers.Length,
_refKind
));