3 references to IsAcceptableMatchForGetTypeByNameAndArity
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\VisualBasicCompilation.vb (1)
1233If sourceAssembly.IsValidWellKnownType(candidate) AndAlso AssemblySymbol.IsAcceptableMatchForGetTypeByNameAndArity(candidate) Then
Symbols\AssemblySymbol.vb (2)
605If IsAcceptableMatchForGetTypeByNameAndArity(result) Then 679IsAcceptableMatchForGetTypeByNameAndArity(candidate) AndAlso