13 references to FieldDefinition
Microsoft.CodeAnalysis (5)
MetadataReader\MetadataDecoder.cs (3)
2203case HandleKind.FieldDefinition: 2294Debug.Assert(type == HandleKind.FieldDefinition || 2297return type == HandleKind.FieldDefinition
MetadataReader\PEModule.cs (1)
3625return fieldOrParameterToken.Kind == HandleKind.FieldDefinition ?
PEWriter\MetadataWriter.cs (1)
3280Debug.Assert(handle.Kind is HandleKind.FieldDefinition);
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
26case HandleKind.FieldDefinition:
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataReaderUtils.cs (1)
370case HandleKind.FieldDefinition:
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (5)
203case HandleKind.FieldDefinition: return HasCustomAttributeTag.Field; 244case HandleKind.FieldDefinition: return HasConstantTag.Field; 310case HandleKind.FieldDefinition: return HasFieldMarshalTag.Field; 375case HandleKind.FieldDefinition: return MemberForwardedTag.Field; 560case HandleKind.FieldDefinition: return HasCustomDebugInformationTag.Field;
System\Reflection\Metadata\Internal\HasConstantTag.cs (1)
40if (tokenKind == HandleKind.FieldDefinition)