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