1 implementation of FindTypeDefByName
Microsoft.CodeAnalysis (1)
DiaSymReader\Metadata\MetadataAdapterBase.cs (1)
63int IMetadataImport.FindTypeDefByName(string name, int enclosingClass, out int typeDef) => throw new NotImplementedException();