3 references to GetPropertiesIncludingBaseTypes
Microsoft.Build.TaskAuthoring.Analyzer (3)
MultiThreadableTaskDeclarationAnalyzer.cs (1)
149
foreach (IPropertySymbol property in SharedAnalyzerHelpers.
GetPropertiesIncludingBaseTypes
(type))
PreferTypedParameterAnalyzer.cs (1)
327
foreach (var member in
GetPropertiesIncludingBaseTypes
(namedType))
UnsupportedTaskItemTypeAnalyzer.cs (1)
62
foreach (IPropertySymbol property in
GetPropertiesIncludingBaseTypes
(namedType))