4 references to IsValidWellKnownType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AssemblySymbol.cs (4)
730if (isWellKnownType && !IsValidWellKnownType(type)) 919if (isWellKnownType && !IsValidWellKnownType(result)) 1025&& (!isWellKnownType || IsValidWellKnownType(candidate)) 1042Debug.Assert((object)result.ContainingType == null || IsValidWellKnownType(result.ContainingType),