4 references to IsType
Microsoft.CodeAnalysis.Features (4)
AbstractSimplifyInterpolationHelpers.cs (4)
144return IsType<CultureInfo>(member.ContainingType, operation.SemanticModel); 148return IsType<NumberFormatInfo>(member.ContainingType, operation.SemanticModel) 149|| IsType<DateTimeFormatInfo>(member.ContainingType, operation.SemanticModel); 168} && IsType<FormattableString>(containingType, operation.SemanticModel);