3 writes to _refKind
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEPropertySymbol.cs (3)
214_refKind = RefKind.RefReadOnly; 218_refKind = RefKind.Ref; 223_refKind = RefKind.None;
2 references to _refKind
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
229originalPropertyType = DynamicTypeDecoder.TransformType(originalPropertyType, typeCustomModifiers.Length, handle, moduleSymbol, _refKind); 588get { return _refKind; }