7 references to IsWrappedSafely
Microsoft.Build.TaskAuthoring.Analyzer (7)
MultiThreadableTaskCodeFixProvider.cs (1)
140!IsWrappedSafely(argument.Value, taskEnvironmentType, absolutePathType, iTaskItemType))
PreferTypedParameterAnalyzer.cs (1)
575if (IsWrappedSafely(arg.Value, taskEnvironmentType, absolutePathType, iTaskItemType))
SharedAnalyzerHelpers.cs (5)
261if (!IsWrappedSafely(arg.Value, taskEnvironmentType, absolutePathType, iTaskItemType)) 374IsWrappedSafely(invocation.Arguments[0].Value, taskEnvironmentType, absolutePathType, iTaskItemType)) 383IsWrappedSafely(invocation.Arguments[0].Value, taskEnvironmentType, absolutePathType, iTaskItemType)) 399IsWrappedSafely(invocation.Arguments[0].Value, taskEnvironmentType, absolutePathType, iTaskItemType)) 438return IsWrappedSafely(initValue, taskEnvironmentType, absolutePathType, iTaskItemType);