4 references to IsValidWellKnownType
Microsoft.CodeAnalysis.VisualBasic (4)
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),