4 references to IsValidWellKnownType
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\AssemblySymbol.vb (4)
596
If isWellKnownType AndAlso Not
IsValidWellKnownType
(type) Then
629
If isWellKnownType AndAlso Not
IsValidWellKnownType
(result) Then
706
Return (Not isWellKnownType OrElse
IsValidWellKnownType
(candidate)) AndAlso
738
Debug.Assert(result.ContainingType Is Nothing OrElse
IsValidWellKnownType
(result.ContainingType),