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