2 references to GetDeclaringType
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3356
return MetadataReader.GetFieldDefinition(fieldDef).
GetDeclaringType
();
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
120
var typeDefHandle = fieldDef.
GetDeclaringType
();