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