4 references to IsValidWellKnownType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AssemblySymbol.cs (4)
722if (isWellKnownType && !IsValidWellKnownType(type)) 911if (isWellKnownType && !IsValidWellKnownType(result)) 1017&& (!isWellKnownType || IsValidWellKnownType(candidate)) 1034Debug.Assert((object)result.ContainingType == null || IsValidWellKnownType(result.ContainingType),