2 references to GetBestTypeByMetadataName
ILLink.CodeFixProvider (2)
BaseAttributeCodeFixProvider.cs (1)
64 if (model.Compilation.GetBestTypeByMetadataName (FullyQualifiedAttributeName) is not { } attributeSymbol)
DynamicallyAccessedMembersCodeFixProvider.cs (1)
130 if (model.Compilation.GetBestTypeByMetadataName (FullyQualifiedAttributeName) is not { } attributeSymbol)