4 references to IsValidWellKnownType
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\AssemblySymbol.vb (4)
583
If isWellKnownType AndAlso Not
IsValidWellKnownType
(type) Then
616
If isWellKnownType AndAlso Not
IsValidWellKnownType
(result) Then
693
Return (Not isWellKnownType OrElse
IsValidWellKnownType
(candidate)) AndAlso
725
Debug.Assert(result.ContainingType Is Nothing OrElse
IsValidWellKnownType
(result.ContainingType),