5 references to IsValidWellKnownType
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\VisualBasicCompilation.vb (1)
1233If sourceAssembly.IsValidWellKnownType(candidate) AndAlso AssemblySymbol.IsAcceptableMatchForGetTypeByNameAndArity(candidate) Then
Symbols\AssemblySymbol.vb (4)
568If isWellKnownType AndAlso Not IsValidWellKnownType(type) Then 601If isWellKnownType AndAlso Not IsValidWellKnownType(result) Then 678Return (Not isWellKnownType OrElse IsValidWellKnownType(candidate)) AndAlso 710Debug.Assert(result.ContainingType Is Nothing OrElse IsValidWellKnownType(result.ContainingType),