2 references to GetTypeAndConstructor
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
2750
if (!
GetTypeAndConstructor
(metadataReader, customAttribute, out ctorType, out ctor))
3031
return
GetTypeAndConstructor
(MetadataReader, customAttribute, out ctorType, out attributeCtor);