3 references to IsNullOrErrorType
Microsoft.CodeAnalysis.Features (3)
ConvertForEachToFor\AbstractConvertForEachToForCodeRefactoringProvider.cs (3)
202if (IsNullOrErrorType(foreachType)) 208if (IsNullOrErrorType(collectionType)) 273model.Compilation.GetTypeByMetadataName).Where(t => !IsNullOrErrorType(t));