6 references to PropertyDefinition
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
29case HandleKind.PropertyDefinition:
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (4)
211case HandleKind.PropertyDefinition: return HasCustomAttributeTag.Property; 246case HandleKind.PropertyDefinition: return HasConstantTag.Property; 332case HandleKind.PropertyDefinition: return HasSemanticsTag.Property; 568case HandleKind.PropertyDefinition: return HasCustomDebugInformationTag.Property;
System\Reflection\Metadata\Internal\HasConstantTag.cs (1)
48else if (tokenKind == HandleKind.PropertyDefinition)