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