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