3 writes to _refKind
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEPropertySymbol.cs (3)
304_refKind = RefKind.RefReadOnly; 308_refKind = RefKind.Ref; 313_refKind = RefKind.None;
2 references to _refKind
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
319originalPropertyType = DynamicTypeDecoder.TransformType(originalPropertyType, typeCustomModifiers.Length, handle, moduleSymbol, _refKind); 744get { return _refKind; }