1 write to _refKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
113
_refKind
= refKind;
6 references to _refKind
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertySymbolBase.cs (6)
252
_lazyRefCustomModifiers =
_refKind
!= RefKind.None ? overriddenOrImplementedProperty.RefCustomModifiers : ImmutableArray<CustomModifier>.Empty;
271
else if (
_refKind
== RefKind.RefReadOnly)
364
return
_refKind
;
950
if (
_refKind
!= RefKind.None)
1049
if (
_refKind
== RefKind.RefReadOnly)
1436
compilation.SynthesizeDynamicAttribute(type.Type, type.CustomModifiers.Length + RefCustomModifiers.Length,
_refKind
));