6 references to GetInterfaceImplementations
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.Interfaces.cs (1)
26
var interfaceHandles = _typeDefinition.
GetInterfaceImplementations
();
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
911
return MetadataReader.GetTypeDefinition(typeDef).
GetInterfaceImplementations
();
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (1)
705
var interfaceImplHandles = derivedTypeDefinition.
GetInterfaceImplementations
();
Microsoft.Diagnostics.DataContractReader.Legacy (2)
MetaDataImportImpl.cs (2)
221
foreach (InterfaceImplementationHandle h in typeDef.
GetInterfaceImplementations
())
2087
foreach (InterfaceImplementationHandle ih in _reader.GetTypeDefinition(tdh).
GetInterfaceImplementations
())
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
65
foreach (InterfaceImplementationHandle h in TypeDefinition.
GetInterfaceImplementations
())