5 references to DirectoryInfoFullName
Microsoft.Build.TaskAuthoring.Analyzer (5)
PreferTypedParameterAnalyzer.cs (1)
288compilation.GetTypeByMetadataName(WellKnownTypeNames.DirectoryInfoFullName));
PreferTypedParameterCodeFixProvider.cs (1)
976"DirectoryInfo" => compilation.GetTypeByMetadataName(WellKnownTypeNames.DirectoryInfoFullName),
SharedAnalyzerHelpers.cs (2)
409if (containingTypeName is WellKnownTypeNames.FileSystemInfoFullName or WellKnownTypeNames.FileInfoFullName or WellKnownTypeNames.DirectoryInfoFullName) 519WellKnownTypeNames.DirectoryInfoFullName,
UnsupportedTaskItemTypeAnalyzer.cs (1)
50var directoryInfoType = compilationContext.Compilation.GetTypeByMetadataName(WellKnownTypeNames.DirectoryInfoFullName);