1 write to _refKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
112
_refKind
= refKind;
6 references to _refKind
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertySymbolBase.cs (6)
251
_lazyRefCustomModifiers =
_refKind
!= RefKind.None ? overriddenOrImplementedProperty.RefCustomModifiers : ImmutableArray<CustomModifier>.Empty;
270
else if (
_refKind
== RefKind.RefReadOnly)
363
return
_refKind
;
942
if (
_refKind
!= RefKind.None)
1041
if (
_refKind
== RefKind.RefReadOnly)
1398
compilation.SynthesizeDynamicAttribute(type.Type, type.CustomModifiers.Length + RefCustomModifiers.Length,
_refKind
));