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