6 references to GetDeclaringType
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
184
blob.WriteCompressedInteger(CodedIndex.MemberRefParent(MetadataTokens.EntityHandle(GetAlternateStreamToken(MetadataTokens.GetToken(fieldDefinition.
GetDeclaringType
())))));
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (2)
112
TypeDefinitionHandle typeDefinitionHandle = _module._metadataReader.GetFieldDefinition(fieldDefinitionHandle).
GetDeclaringType
();
496
Debug.Assert(_metadataReader.GetFieldDefinition(handle).
GetDeclaringType
() == owningType.Handle);
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3388
return MetadataReader.GetFieldDefinition(fieldDef).
GetDeclaringType
();
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
120
var typeDefHandle = fieldDef.
GetDeclaringType
();
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
611
*pClass = MapGlobalParentToken((uint)MetadataTokens.GetToken(fieldDef.
GetDeclaringType
()));