5 references to IsValidWellKnownType
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\VisualBasicCompilation.vb (1)
1236
If sourceAssembly.
IsValidWellKnownType
(candidate) AndAlso AssemblySymbol.IsAcceptableMatchForGetTypeByNameAndArity(candidate) Then
Symbols\AssemblySymbol.vb (4)
603
If isWellKnownType AndAlso Not
IsValidWellKnownType
(type) Then
636
If isWellKnownType AndAlso Not
IsValidWellKnownType
(result) Then
713
Return (Not isWellKnownType OrElse
IsValidWellKnownType
(candidate)) AndAlso
745
Debug.Assert(result.ContainingType Is Nothing OrElse
IsValidWellKnownType
(result.ContainingType),