1 write to _refKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
111
_refKind
= refKind;
6 references to _refKind
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourcePropertySymbolBase.cs (6)
250
_lazyRefCustomModifiers =
_refKind
!= RefKind.None ? overriddenOrImplementedProperty.RefCustomModifiers : ImmutableArray<CustomModifier>.Empty;
269
else if (
_refKind
== RefKind.RefReadOnly)
362
return
_refKind
;
919
if (
_refKind
!= RefKind.None)
1018
if (
_refKind
== RefKind.RefReadOnly)
1366
compilation.SynthesizeDynamicAttribute(type.Type, type.CustomModifiers.Length + RefCustomModifiers.Length,
_refKind
));