1 write to _refKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
110
_refKind
= refKind;
6 references to _refKind
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertySymbolBase.cs (6)
249
_lazyRefCustomModifiers =
_refKind
!= RefKind.None ? overriddenOrImplementedProperty.RefCustomModifiers : ImmutableArray<CustomModifier>.Empty;
268
else if (
_refKind
== RefKind.RefReadOnly)
361
return
_refKind
;
926
if (
_refKind
!= RefKind.None)
1025
if (
_refKind
== RefKind.RefReadOnly)
1373
compilation.SynthesizeDynamicAttribute(type.Type, type.CustomModifiers.Length + RefCustomModifiers.Length,
_refKind
));