4 references to IsValidWellKnownType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AssemblySymbol.cs (4)
735if (isWellKnownType && !IsValidWellKnownType(type)) 924if (isWellKnownType && !IsValidWellKnownType(result)) 1036&& (!isWellKnownType || IsValidWellKnownType(candidate)) 1053Debug.Assert((object)result.ContainingType == null || IsValidWellKnownType(result.ContainingType),