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